Cloud Organization API, REST: Group.Get
Returns the specified Group resource.
To get the list of available Group resources, make a List request.
HTTP request
GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/groups/{groupId}
Path parameters
Field |
Description |
groupId |
string Required field. ID of the Group resource to return. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"organizationId": "string",
"createdAt": "string",
"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 |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
name |
string Name of the group. |
description |
string Description of the group. |