Identity Hub API, REST: OsLogin.ListProfiles
Written by
Updated at August 8, 2025
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 |