post https://example.my.idaptive.app/CDirectoryService/GetUsers
- Use this API to fetch the list with details of all existing users in the cloud directory.
- Only system administrators and users with user management rights can invoke this API.
- This API is a simple GET request which doesn't need any parameters in the body arguments.
- Only system admin or any user with user management permission can execute this to get a successful response with a list of all cloud users.
- The API call returns the ID, name and various details for all users present in the cloud directory.
- Before adding a new user, you can determine whether the user already exists by calling this API.