Identity Hub API, REST: OsLogin.GetProfile
Статья создана
Обновлена 8 августа 2025 г.
OsLogin Profiles
HTTP request
GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/osLoginProfiles/{osLoginProfileId}
Path parameters
|
Field |
Description |
|
osLoginProfileId |
string Required field. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"organizationId": "string",
"subjectId": "string",
"login": "string",
"uid": "string",
"isDefault": "boolean",
"homeDirectory": "string",
"shell": "string"
}
|
Field |
Description |
|
id |
string |
|
organizationId |
string |
|
subjectId |
string |
|
login |
string |
|
uid |
string (int64) |
|
isDefault |
boolean |
|
homeDirectory |
string |
|
shell |
string |