Managing Users

To allow a user with the appropriate authorizations to retrieve the list of all users in the system (including users ID) and delete one or more of these users, the following methods were introduced to the SDK:

  • GetAllUsers - allows the API client to get a list of all users in the system that are visible to the current user. For details, see GetAllUsers Method.
  • DeleteUser -  allows the API client to delete a user in the system. For details, see DeleteUser Method.