...
- Get all users
- Get one/create/modify/delete user
- Verify email/phone with code or link (primary ones)
- Get/update/delete custom user fields (dictionary with any keys/values)
- Get/update user enterprise
- Get password requirements (min and max password length)
- Get user's legal info
- Migrate user to other namespace
- Change password
- Get/update custom permission
- Get/update builtin and custom roles
- Get/report strong identification
- Get/update student info
Initialize service
Code Block | ||
---|---|---|
| ||
TrivoreID sdk = TrivoreID.mgmtApiClient(); UserServiceImpl userService = new UserServiceImpl(sdk.userService()); |
...
/wiki/spaces/TISpubdoc/pages/20515276
Mobile/wiki/spaces/TISpubdoc/pages/20515253
/wiki/spaces/TISpubdoc/pages/20515254
/wiki/spaces/TISpubdoc/pages/20515250
...