/security/accounts/{ID}/roles/{ID}

Represents a specific security role assigned to the specified account that is added to Veeam Backup Enterprise Manager. For details on security roles, see Security Roles.

Resource URL

https://<Enterprise-Manager>:9398/api/security/accounts/{ID}/roles/{ID}

Related Resources

Methods

The following methods are supported for the /security/accounts/{ID}/roles/{ID} resource:

Resource Representation

The /security/accounts/{ID}/roles/{ID} resource has a resource representation of the following type:

<EnterpriseAccountInRole xmlns="http://www.veeam.com/ent/v1.0" Href="https://localhost:9398/api/security/accounts/f7d81d38-a457-4ee7-9294-a9123f8e4e99/roles/f84a8b62-49b8-4d0c-b25b-92321b52bab6">
 <Links>
   <Link Rel="Delete" Type="EnterpriseAccountInRole" Href="https://localhost:9398/api/security/accounts/f7d81d38-a457-4ee7-9294-a9123f8e4e99/roles/f84a8b62-49b8-4d0c-b25b-92321b52bab6" />
 </Links>
 <RoleName>File Restore Operator</RoleName>
</EnterpriseAccountInRole>