Exposed APIs of the Orchestration SDK: Multi-User Management

Prev Next

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.