GET api/GetUsersGroup?usrID={usrID}

Retrieves the group memberships for a specified user.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
usrID

The unique identifier of the user whose group memberships are to be retrieved.

integer

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a dataset containing the user's group IDs. On failure: HTTP 400 Bad Request with a generic error message.

DataRowResponse
NameDescriptionTypeAdditional information
dataInfo

DataSet

None.

Response Formats

application/json, text/json

Sample:
{}

application/scim+json

Sample:
{
  "dataInfo": null
}