Queries the information about the root organizational unit in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:GetRootOrganizationalUnit |
get |
*Instance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the instance. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The ID of the request. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| OrganizationalUnit |
object |
The data object of the organizational unit. |
|
| InstanceId |
string |
The ID of the instance. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| OrganizationalUnitId |
string |
The ID of the organizational unit. |
ou_wovwffm62xifdziem7an7xxxxx |
| OrganizationalUnitName |
string |
The name of the organization. |
name001 |
| CreateTime |
integer |
The time when the organizational unit was created. This value is a UNIX timestamp. Unit: milliseconds. |
1652085686179 |
| UpdateTime |
integer |
The time when the organizational unit was last updated. The value is a UNIX timestamp. Unit: milliseconds. |
1652085686179 |
| Description |
string |
The description of the organizational unit. |
Test organization |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"OrganizationalUnit": {
"InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"OrganizationalUnitId": "ou_wovwffm62xifdziem7an7xxxxx",
"OrganizationalUnitName": "name001",
"CreateTime": 1652085686179,
"UpdateTime": 1652085686179,
"Description": "Test organization"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.