This is an archive version of the document. To get the most up-to-date information, see the current version.

Users

The /users resource collection represents all created Veeam Backup for AWS users.

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v1/users

UsersCollection Representation

{

 "totalCount": 1,

 "results": [

   {

     "name": "administrator",

     "description": "Default Admin",

     "mfaEnabled": false,

     "isDefault": true,

     "_links": [

       {

         "method": "GET",

         "rel": "self",

         "href": "https://135.169.170.192:11005/api/v1/users/administrator"

       },

       {

         "method": "PUT",

         "rel": "update",

         "href": "https://135.169.170.192:11005/api/v1/users/administrator"

       },

       {

         "method": "DELETE",

         "rel": "delete",

         "href": "https://135.169.170.192:11005/api/v1/users/administrator"

       },

       {

         "method": "POST",

         "rel": "EnableMfa",

         "href": "https://135.169.170.192:11005/api/v1/users/administrator/enableMfa"

       }

     ]

   }

 ]

}

In This Section