Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Organization
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • ListOperations
        • ListMembers
        • UpdateMembers
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
  • Audit Trails events
  • Release notes

In this article:

  • HTTP request
  • Path parameters
  • Query parameters
  • Response
  • GroupMember
  1. API reference
  2. REST
  3. Group
  4. ListMembers

Cloud Organization API, REST: Group.ListMembers

Written by
Yandex Cloud
Updated at November 26, 2024
  • HTTP request
  • Path parameters
  • Query parameters
  • Response
  • GroupMember

List group active members.

HTTP requestHTTP request

GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/groups/{groupId}:listMembers

Path parametersPath parameters

Field

Description

groupId

string

Required field. ID of the Group resource to list members for.

Query parametersQuery parameters

Field

Description

pageSize

string (int64)

The maximum number of results per page to return. If the number of available
results is larger than pageSize, the service returns a ListGroupMembersResponse.nextPageToken
that can be used to get the next page of results in subsequent list requests.
Acceptable values are 0 to 1000, inclusive. Default value: 100.

pageToken

string

Page token. Set pageToken
to the ListGroupMembersResponse.nextPageToken
returned by a previous list request to get the next page of results.

ResponseResponse

HTTP Code: 200 - OK

{
  "members": [
    {
      "subjectId": "string",
      "subjectType": "string"
    }
  ],
  "nextPageToken": "string"
}

Field

Description

members[]

GroupMember

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
is larger than ListGroupMembersRequest.pageSize, use the nextPageToken as the value
for the ListGroupMembersRequest.pageToken query parameter in the next list request.
Each subsequent list request will have its own nextPageToken to continue paging through the results.

GroupMemberGroupMember

Field

Description

subjectId

string

ID of the subject.

subjectType

string

Type of the subject.

It can contain one of the following values:

  • userAccount: An account on Yandex, added to Yandex Cloud.
  • federatedUser: A federated account. This type represents a user from an identity federation, like Active Directory.

Was the article helpful?

Previous
ListOperations
Next
UpdateMembers
© 2025 Direct Cursus Technology L.L.C.