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

/security/accounts/{ID}/roles

Represents a security role or a collection of security roles assigned to the specified account that is added to Veeam Backup Enterprise Manager.

Resource URL

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

Related Resources

Methods

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

Resource Representation

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

<EnterpriseAccountInRoleList xmlns="http://www.veeam.com/ent/v1.0">
 <EnterpriseAccountInRole 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>
</EnterpriseAccountInRoleList>