Backup Administrator Accounts
The /users resource collection represents all backup admins configured in Veeam Backup for Microsoft Azure.
Collection URL
The resource collection is located at the following URL:
https://<hostname>/api/v2/users |
Collection Representation
{ "offset": 0, "limit": 200, "totalCount": 1, "results": [ { "id": "1000", "name": "administrator", "description": "Default Admin", "mfaEnabled": false, "isDefault": true, "_links": { "self": { "href": "https://51.11.247.127/api/v2/users/1000" } } } ], "_links": { "self": { "href": "https://51.11.247.127/api/v2/users?offset=0&limit=200" } } } |
|
In This Section