Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Identity Hub
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication
      • Overview
        • Overview
        • Get
        • ResolveExternal
        • List
        • ListExternal
        • Create
        • CreateExternal
        • Update
        • ConvertToExternal
        • ConvertAllToBasic
        • Delete
        • ListOperations
        • ListMembers
        • UpdateMembers
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
        • ListEffective
  • 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

Identity Hub API, REST: Group.ListMembers

Written by
Yandex Cloud
Updated at December 15, 2025
  • 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.

The maximum string length in characters is 50.

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.

Acceptable values are 0 to 1000, inclusive.

pageToken

string

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

The maximum string length in characters is 2000.

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.