Cloud Organization API, REST: OsLogin.getProfile
Статья создана
Обновлена 29 января 2024 г.
OsLogin Profiles
HTTP request
GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/osLoginProfiles/{osLoginProfileId}
Path parameters
Parameter | Description |
---|---|
osLoginProfileId | Required. The maximum string length in characters is 50. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"organizationId": "string",
"subjectId": "string",
"login": "string",
"uid": "string",
"isDefault": true,
"homeDirectory": "string",
"shell": "string"
}
Field | Description |
---|---|
id | string |
organizationId | string |
subjectId | string |
login | string |
uid | string (int64) |
isDefault | boolean (boolean) |
homeDirectory | string |
shell | string |