Cloud Organization API, gRPC: GroupService.Get
Written by
Updated at October 17, 2024
Returns the specified Group resource.
To get the list of available Group resources, make a List request.
gRPC request
rpc Get (GetGroupRequest) returns (Group)
GetGroupRequest
{
"groupId": "string"
}
Field |
Description |
groupId |
string Required field. ID of the Group resource to return. |
Group
{
"id": "string",
"organizationId": "string",
"createdAt": "google.protobuf.Timestamp",
"name": "string",
"description": "string"
}
A Group resource.
For more information, see Groups.
Field |
Description |
id |
string ID of the group. |
organizationId |
string ID of the organization that the group belongs to. |
createdAt |
Creation timestamp. |
name |
string Name of the group. |
description |
string Description of the group. |