GetAdminUsers
Gets the admin users of the specified account. Note that both account types - parent and child - can have its own admins.
Example request: Get two first admin users.
Authentication
AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value:
```
Authorization: Bearer $VOXIMPLANT_TOKEN
```
See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.
Query parameters
required_admin_user_id
The admin user ID to filter
required_admin_user_name
The admin user name part to filter
admin_user_display_name
The admin user display name part to filter
admin_user_active
Whether the admin user is active to filter
with_roles
Whether to get the attached admin roles
with_access_entries
Whether to get the admin user permissions
count
The max returning record count
offset
The first N records are skipped in the output
Response
Successful response
result
total_count
The total found admin user count
count
The returned admin user count