Groups

Get group details

Retrieves detailed information about a specific group. Requires ownership.

get/groups/{groupId}

Response

Group details.

idstring ulid required
ownerstring ulid required
namestring required
descriptionstring nullable
type'domain' | 'list' required
domainstring fqdn

Present if type is 'domain'.

membersstring[]

Array of user emails. Present if type is 'list'.

Changes

Changed in 3 of the 14 revisions of this API.122

    • the domain response's property type/format changed from string/hostname to string/fqdn for status 200

      response-property-type-changed

    • added the optional property domain to the response with the 200 status

      response-optional-property-added

    • added the optional property members to the response with the 200 status

      response-optional-property-added

    • removed the optional property domain from the response with the 200 status

      response-optional-property-removed

    • removed the optional property members from the response with the 200 status

      response-optional-property-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog