GET 1.0/{InstanceId}/Groups/{GroupId}/Members

Returns a list of members for a given group

Request Information

URI Parameters

API Parameter Details
NameDescriptionTypeAdditional information
InstanceId

The instance ID relating to a specific ADM database

string

Required

GroupId

The group id for the group for the list of members

integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of members belogging to the group

Collection of Member
API Parameter Details
NameDescriptionTypeAdditional information
Id

The Id of the Member

integer

None.

Name

The Name of the Member

string

None.

Type

The Type of member record

MemberType

None.

Uri

The Uri of the member

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "Type": "User",
    "Uri": "sample string 3"
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Type": "User",
    "Uri": "sample string 3"
  }
]