Schemas
The following JSON schema is used to represent resources in the /users collection in the Veeam Backup for Microsoft Azure REST API. Properties included in schema represent Veeam Backup for Microsoft Azure user details. Some of the properties can be used as parameters in POST and PUT requests as well as for query parameter values in GET requests
UserV3
Property | Type | Description |
---|---|---|
role | array[string] | Role assigned to the user: PortalAdmin, PortalOperator, RestoreOperator, VeeamUpdater. |
type | string | Type of the user: Internal, IdentityProvider. |
identityProviderEntityId | string | Azure ID assigned to the identity provider entity. |
id | string | System ID assigned to a user in the Veeam Backup for Microsoft Azure REST API. |
name | string | User name. |
description | string | Description of the user. |
mfaEnabled | boolean | Defines whether MFA is enabled for the user. |
isDefault | boolean | Defines whether the user is the Default Admin. |
_links | array | A list of methods and operations available for the user in the Veeam Backup for Microsoft Azure REST API, and request URLs used to perform the operations. |