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

Properties

In this article

    The resources in the /users collection have a number of properties that reflect user characteristics in Veeam Availability Console. Properties can be used as query parameter values in GET requests.

    Property

    Type

    Description

    id

    integer

    System ID assigned to a user in Veeam Availability Console RESTful API.

    firstName

    string

    User first name configured in Veeam Availability Console.

    lastName

    string

    User last name configured in Veeam Availability Console.

    userName

    string

    User login name assigned automatically or configured in Veeam Availability Console.

    role

    string

    User role in Veeam Availability Console.

    Possible values:

    • Portal Administrator
    • Portal Operator
    • Site Administrator
    • Company Owner
    • Location Administrator
    • Location User
    • Subtenant
    • Invoice Auditor
    • Service Provider Global Administrator

    title

    string

    User title.

    Possible values:

    • Mr.
    • Miss
    • Mrs.
    • Ms.

    status

    string

    User status.

    Possible values:

    • Enabled
    • Disabled

    email

    string

    User email address configured in Veeam Availability Console.

    _links

    Dictionary of string [key] and Object [value]

    Links to related resources (navigation property). Can contain links to locations and backup resources.

    This property can be excluded from the response. For more information, see the SetLinks Custom Query Option (setLinks) section.

    User Backup Resources

    If the role property has value subtenant, the /users/{ID} resource has the /users/{ID}/backupResources sub-resource with the following properties:

    Property

    Type

    Description

    id

    integer

    System ID assigned to a user backup resource in Veeam Availability Console RESTful API.

    quotaName

    string

    Name of a cloud repository configured for a user.

    storageQuota

    integer

    Amount of storage space allocated to a user.

    storageQuotaUnits

    string

    Measurement units for storage space allocated to a user.

    Possible values: B (byte) and its multiples formed with metric prefixes.

    usedStorageQuota

    integer

    Amount of allocated storage space already used by a user.

    usedStorageQuotaUnits

    string

    Measurement units for storage space already used by a user.

    Possible values: B (byte) and its multiples formed with metric prefixes.

    _links

    Dictionary of string [key] and Object [value]

    Links to related resources (navigation property).

    I want to report a typo

    There is a misspelling right here:

     

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