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

Users

In this article

    The /users resource collection represents a collection of all Veeam Availability Console users. The collection includes resources which represent individual users and have system IDs.

    Collection URL

    https://<Availability-Console>:1281/v2/users

    Collection Representation Users

    [

     {

       "id": 2,

       "firstName": "Mark",

       "lastName": "Brown",

       "userName": "Delta",

       "role": "Company Owner",

       "title": "Mr.",

       "status": "Enabled",

       "email": "mark.brown@delta.com",

       "_links": {

         "self": {

           "href": "https://vac.tech.local:1281/v2/users/2"

         },

         "tenants": {

           "href": "https://vac:1281/v2/tenants/2"

         },

         "locations": [

           {

             "href": "https://vac.tech.local:1281/v2/tenants/2/locations/2"

           }

         ]

       }

     },

     {

       "id": 5,

       "firstName": "Elliot",

       "lastName": "Alderson",

       "userName": "ealderson",

       "role": "Company Administrator",

       "title": "Mr.",

       "status": "Enabled",

       "email": "e.alderson@delta.com",

       "_links": {

         "self": {

           "href": "https://vac.tech.local:1281/v2/users/5"

         },

         "tenants": {

           "href": "https://vac:1281/v2/tenants/2"

         },

         "locations": [

           {

             "href": "https://vac.tech.local:1281/v2/tenants/2/locations/3"

           }

         ]

       }

     },

     {

       "id": 6,

       "firstName": "Anna",

       "lastName": "Viollet",

       "userName": "Anna",

       "role": "Company User",

       "title": "Ms.",

       "status": "Enabled",

       "email": "anna.viollet@delta.com",

       "_links": {

         "self": {

           "href": "https://vac.tech.local:1281/v2/users/6"

         },

         "tenants": {

           "href": "https://vac:1281/v2/tenants/2"

         },

         "locations": [

           {

             "href": "https://vac.tech.local:1281/v2/tenants/2/locations/4"

           }

         ],

         "backupResources": [

           {

             "href": "https://vac.tech.local:1281/v2/users/6/backupResources/18307f2b-6b32-4299-b0b1-c13b3766d9d6"

           }

         ]

       }

     }

    ]

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.