Documentation Index

Fetch the complete documentation index at: https://docs.onespan.com/llms.txt

Use this file to discover all available pages before exploring further.

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.