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

/security/accounts/{ID}

In this article

    Represents an account having the specified ID. The account is added to Veeam Backup Enterprise Manager and is assigned a specific security role.

    Resource URL

    The URL of the reference resource representation:

    http://<Enterprise-Manager>:9399/api/security/accounts/{ID}

    The URL of the entity resource representation:

    http://<Enterprise-Manager>:9399/api/security/accounts/{ID}?format=Entity

    Related Resources

    Methods

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

    Resource Representation

    The /security/accounts/{ID} resource has a resource representation of the following types.

    Entity reference resource representation:

    <EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="EnterpriseAccountReference" Href="http://localhost:9399/api/security/accounts/de19303b-bcf3-428b-b113-ac0b2cf46bd7" Name="BUILTIN\Users" UID="urn:veeam:EnterpriseAccount:de19303b-bcf3-428b-b113-ac0b2cf46bd7">
     <Links>
       <Link Rel="Alternate" Type="EnterpriseAccount" Href="http://localhost:9399/api/security/accounts/de19303b-bcf3-428b-b113-ac0b2cf46bd7?format=Entity" />
     </Links>
    </EntityRef>

    Entity resource representation:

    <EnterpriseAccount xmlns="http://www.veeam.com/ent/v1.0" Type="EnterpriseAccount" Href="http://localhost:9399/api/security/accounts/de19303b-bcf3-428b-b113-ac0b2cf46bd7?format=Entity" Name="BUILTIN\Users" UID="urn:veeam:EnterpriseAccount:de19303b-bcf3-428b-b113-ac0b2cf46bd7">
     <Links>
       <Link Rel="Alternate" Type="EnterpriseAccountReference" Href="http://localhost:9399/api/security/accounts/de19303b-bcf3-428b-b113-ac0b2cf46bd7" />
       <Link Rel="Down" Type="EnterpriseAccountInRoleList" Href="http://localhost:9399/api/security/accounts/de19303b-bcf3-428b-b113-ac0b2cf46bd7/roles" />
       <Link Rel="Create" Type="EnterpriseAccountInRole" Href="http://localhost:9399/api/security/accounts/de19303b-bcf3-428b-b113-ac0b2cf46bd7/roles" />
       <Link Rel="Down" Type="EnterpriseAccountHierarchyScopeList" Href="http://localhost:9399/api/security/accounts/de19303b-bcf3-428b-b113-ac0b2cf46bd7/scopes" />
       <Link Rel="Create" Type="EnterpriseAccountHierarchyScope" Href="http://localhost:9399/api/security/accounts/de19303b-bcf3-428b-b113-ac0b2cf46bd7/scopes" />
       <Link Rel="Delete" Href="http://localhost:9399/api/security/accounts/de19303b-bcf3-428b-b113-ac0b2cf46bd7" />
       <Link Rel="ToggleRestoreScopesEnabled" Href="http://localhost:9399/api/security/accounts/de19303b-bcf3-428b-b113-ac0b2cf46bd7" />
     </Links>
     <AccountType>Group</AccountType>
     <AllowRestoreAllVms>false</AllowRestoreAllVms>
    </EnterpriseAccount>