Get Details of Specific Group

GET {{baseUrl}}/.api/api.svc/usergroups/:userGroupId/view

Retrieves the basic details of a group by the group ID. If the group belongs to a space, the SpaceID and spaceTitle field will be populated in the response. For member and system groups, these parameters will be blank.

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | The type of response data to request. By default this endpoint will respond with XML.

The options are:

  • application/json
  • application/xml |

RESPONSES

status: OK

{"minRequestPeriod":0,"requestSupportCode":637744905548892478,"dictionary":null,"response":{"__type":"userGroup:http://schemas.iglooplatform.com/Igloo.Old.Common","id":"{{$randomUUID}}","href":"","navType":0,"type":2,"communityId":"{{$randomUUID}}","name":"Members","spaceId":"","numMembers":8,"ldapSynced":false,"spaceTitle":""}}