Identity Hub API, gRPC: GroupService.Get
Written by
Updated at August 8, 2025
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
{
"group_id": "string"
}
|
Field |
Description |
|
group_id |
string Required field. ID of the Group resource to return. |
Group
{
"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 |
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. |