This API operation allows the group manager to get the members of a group
GET
/v1/Groups/getGroupMembers
Property | Type | Description |
---|---|---|
ReturnMemberProfiles |
boolean | Returns the profile information for each member. |
Parameters can be passed to this operation using the HTTP GET method by passing parameters over the query string of the URI.
The REST API uses HTTP request headers to determine what data type is returned or to authenticate the developer's API key. More information can be found in the overview section.
This endpoint has the following optional headers:
Headers | Value | |
---|---|---|
X-MaskImages |
1 |
What's this? |
An Authorization header is required with every request and must contain the access_token of the user. More information can be found in the Access tokens page.
This endpoint requires the following scope:
Scope |
---|
account_groups |
Property | Type | Description |
---|---|---|
Group |
aws:ManageGroup | The group data. |
Members |
Array of aws:ManageGroupMember | The member data. |
The following shows a sample list of hotlists returned by the API.