Exposed APIs of the Orchestration SDK: Multi-User Management
- 23 Oct 2024
- 1 Minute to read
- DarkLight
Exposed APIs of the Orchestration SDK: Multi-User Management
- Updated on 23 Oct 2024
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
The UserManager object provides the following methods:
getUsers. Lists the activated users.
isUserActivated. Checks whether the provided user identifier corresponds to an activated user.
getUserInformation. Retrieves the information related to a specific user.
deleteUser. Deactivates a specified user.
The UserManager object must be retrieved using the getUserManager method of the Orchestrator object.
For more information about this feature, see Multi-user management.
Was this article helpful?