Product SiteDocumentation Site

19.2. Domain Groups Sub-Collection

The groups sub-collection contains all groups in Active Directory. A domain group resource contains these main properties:
Element Type Description
id GUID Globally unique identifier for this group
name string The name of the group
domain id GUID The containing Active Directory domain
<groups>
    <group id="85bf8d97-273c-4a5c-b801-b17d58330dab"
      href="/rhevm-api/domains/77696e32-6b38-7268-6576-2e656e676c61/groups/
      85bf8d97-273c-4a5c-b801-b17d58330dab">
        <name>example.com/Users/Enterprise Admins</name>
        <domain id="77696e32-6b38-7268-6576-2e656e676c61"
          href="/rhevm-api/domains/77696e32-6b38-7268-6576-2e656e676c61"/>
    </group>
    ...
</groups>