Get an individual group

Returns an individual group.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

groupIdstringRequiredformat: "^[0-9a-f]{24}$"
The id for the requested group.

Response

The individual group document.
provenancestring
AAA provider where group originated
namestring
Name of group
descriptionstring
Description of group
memberOflist of objects
Parent groups which this group is a part of
assignedRoleslist of objects
Roles assigned to this group
inactiveboolean
Setting for whether group is active or not
_metaobject
Metadata for group

Errors

500
Internal Server Error