GetUsers
Shows the users of the specified account.
Allowed roles: Owner, Admin, Developer, Supervisor, User manager.
Example request: Get two first identities.
Shows the users of the specified account.
Allowed roles: Owner, Admin, Developer, Supervisor, User manager.
Example request: Get two first identities.
The ACD status list separated by semicolons (;) to filter. The following values are possible: OFFLINE, ONLINE, READY, BANNED, IN_SERVICE, AFTER_SERVICE, TIMEOUT, DND
The first N records are skipped in the output
The following values are available: ‘user_id’, ‘user_name’ and ‘user_display_name’
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:
See Authorization for ready-to-copy snippets in bash, Python, Node.js and Go that turn your credentials.json into a token.