Cloud Organization API, REST: Group.ListMembers
List group active members.
HTTP request
GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/groups/{groupId}:listMembers
Path parameters
Field |
Description |
groupId |
string Required field. ID of the Group resource to list members for. |
Query parameters
Field |
Description |
pageSize |
string (int64) The maximum number of results per page to return. If the number of available |
pageToken |
string Page token. Set |
Response
HTTP Code: 200 - OK
{
"members": [
{
"subjectId": "string",
"subjectType": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
members[] |
List of members for the specified group. |
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
GroupMember
Field |
Description |
subjectId |
string ID of the subject. |
subjectType |
string Type of the subject. It can contain one of the following values:
|