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.
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.
The first N records are skipped in the output
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.