Description: Returns the list of users.
Since: 7.49.3
Authorization: Requires admin authentication using Access Tokens
Usage: GET /access/api/v2/users
Produces: application/json; charset=UTF-8
Response:
{ "users": [ { "username": "string", "realm": "string", "status": "enabled", "uri": "string" } ] }
Note
The limit
parameter allows you to control the number of results. The valid values are between 1 to 99,999, and the default value is 1,000. For example, to set the limit to 5000, use the following API: /access/api/v2/users?limit=5000
Response Codes:
200: Successful
400: Invalid input, object invalid
401: Invalid credentials
403: Insufficient permissions