Identity Hub API, REST: Group.ResolveExternal
Returns external group by subject container and external id
HTTP request
GET https://organization-manager.api.yandexcloud.kz/organization-manager/v1/external_groups/{subjectContainerId}/{externalId}
Path parameters
|
Field |
Description |
|
subjectContainerId |
string Required field. Id of the subject container that external group belongs to |
|
externalId |
string Required field. Id of the group from external system |
Response
HTTP Code: 200 - OK
{
"id": "string",
"organizationId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"subjectContainerId": "string",
"externalId": "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. |
|
subjectContainerId |
string Id of the subject container that external group belongs to. It is set if group is external. |
|
externalId |
string Id of the group from external system. It is set if group is external. |