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

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

In this article

    Represents a specific security role assigned to the specified account that is added to Veeam Backup Enterprise Manager.

    Resource URL

    http://<Enterprise-Manager>:9399/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="http://localhost:9399/api/security/accounts/f7d81d38-a457-4ee7-9294-a9123f8e4e99/roles/f84a8b62-49b8-4d0c-b25b-92321b52bab6">
     <Links>
       <Link Rel="Delete" Type="EnterpriseAccountInRole" Href="http://localhost:9399/api/security/accounts/f7d81d38-a457-4ee7-9294-a9123f8e4e99/roles/f84a8b62-49b8-4d0c-b25b-92321b52bab6" />
     </Links>
     <RoleName>File Restore Operator</RoleName>
    </EnterpriseAccountInRole>