Cloud Organization API, REST: OsLogin.ListProfiles
Written by
Updated at October 17, 2024
HTTP request
GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/osLoginProfiles
Query parameters
Field |
Description |
organizationId |
string Required field. |
pageSize |
string (int64) |
pageToken |
string |
filter |
string A filter expression that filters profiles listed in the response.
|
Response
HTTP Code: 200 - OK
{
"profiles": [
{
"id": "string",
"organizationId": "string",
"subjectId": "string",
"login": "string",
"uid": "string",
"isDefault": "boolean",
"homeDirectory": "string",
"shell": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
profiles[] |
|
nextPageToken |
string |
OsLoginProfile
Field |
Description |
id |
string |
organizationId |
string |
subjectId |
string |
login |
string |
uid |
string (int64) |
isDefault |
boolean |
homeDirectory |
string |
shell |
string |