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:

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

Cloud Organization API, gRPC: GroupService.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • 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"
}

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.

Was the article helpful?

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