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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Organization
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication
      • Overview
        • Overview
        • Get
        • Create
        • Update
        • Delete
        • ListItems
        • UpdateItems
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • ListGroupMappingItemsRequest
  • ListGroupMappingItemsResponse
  • GroupMappingItem
  1. API reference
  2. gRPC
  3. GroupMapping
  4. ListItems

Cloud Organization API, gRPC: GroupMappingService.ListItems

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • ListGroupMappingItemsRequest
  • ListGroupMappingItemsResponse
  • GroupMappingItem

Returns all the group mappings items

Filtering is only supported by external_group_id or internal_group_id

gRPC request

rpc ListItems (ListGroupMappingItemsRequest) returns (ListGroupMappingItemsResponse)

ListGroupMappingItemsRequest

{
  "federation_id": "string",
  "page_size": "int64",
  "page_token": "string",
  "filter": "string"
}

Field

Description

federation_id

string

Required field.

page_size

int64

page_token

string

filter

string

ListGroupMappingItemsResponse

{
  "group_mapping_items": [
    {
      "external_group_id": "string",
      "internal_group_id": "string"
    }
  ],
  "next_page_token": "string"
}

Field

Description

group_mapping_items[]

GroupMappingItem

next_page_token

string

GroupMappingItem

Group mapping represents which external (federated) groups should match which internal (cloud) groups

Field

Description

external_group_id

string

Required field. External group id (received from identity provider)

internal_group_id

string

Required field. Internal cloud group id

Was the article helpful?

Previous
Delete
Next
UpdateItems
Yandex project
© 2025 Yandex.Cloud LLC