Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • 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
  • Pricing
  • 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:

  • gRPC request
  • GetGroupRequest
  • Group
  1. API reference
  2. gRPC
  3. Group
  4. Get

Identity Hub API, gRPC: GroupService.Get

Written by
Yandex Cloud
Updated at August 8, 2025
  • gRPC request
  • GetGroupRequest
  • Group

Returns the specified Group resource.

To get the list of available Group resources, make a List request.

gRPC requestgRPC request

rpc Get (GetGroupRequest) returns (Group)

GetGroupRequestGetGroupRequest

{
  "group_id": "string"
}

Field

Description

group_id

string

Required field. ID of the Group resource to return.
To get the group ID, use a GroupService.List request.

GroupGroup

{
  "id": "string",
  "organization_id": "string",
  "created_at": "google.protobuf.Timestamp",
  "name": "string",
  "description": "string",
  "subject_container_id": "string",
  "external_id": "string"
}

A Group resource.
For more information, see Groups.

Field

Description

id

string

ID of the group.

organization_id

string

ID of the organization that the group belongs to.

created_at

google.protobuf.Timestamp

Creation timestamp.

name

string

Name of the group.

description

string

Description of the group.

subject_container_id

string

Id of the subject container that external group belongs to. It is set if group is external.

external_id

string

Id of the group from external system. It is set if group is external.

Was the article helpful?

Previous
Overview
Next
ResolveExternal
© 2025 Direct Cursus Technology L.L.C.