Cloud Organization API, REST: OsLogin.listProfiles
Статья создана
Обновлена 29 января 2024 г.
HTTP request
GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/osLoginProfiles
Query parameters
Parameter | Description |
---|---|
organizationId | Required. The maximum string length in characters is 50. |
pageSize | Acceptable values are 0 to 1000, inclusive. |
pageToken | The maximum string length in characters is 2000. |
filter | A filter expression that filters profiles listed in the response. The expression must specify:
The maximum string length in characters is 1000. |
Response
HTTP Code: 200 - OK
{
"profiles": [
{
"id": "string",
"organizationId": "string",
"subjectId": "string",
"login": "string",
"uid": "string",
"isDefault": true,
"homeDirectory": "string",
"shell": "string"
}
],
"nextPageToken": "string"
}
Field | Description |
---|---|
profiles[] | object |
profiles[]. id |
string |
profiles[]. organizationId |
string |
profiles[]. subjectId |
string |
profiles[]. login |
string |
profiles[]. uid |
string (int64) |
profiles[]. isDefault |
boolean (boolean) |
profiles[]. homeDirectory |
string |
profiles[]. shell |
string |
nextPageToken | string |