Identity Hub API, gRPC: OsLoginService.ListProfiles
Written by
Updated at August 8, 2025
gRPC request
rpc ListProfiles (ListOsLoginProfilesRequest) returns (ListOsLoginProfilesResponse)
ListOsLoginProfilesRequest
{
"organization_id": "string",
"page_size": "int64",
"page_token": "string",
"filter": "string"
}
|
Field |
Description |
|
organization_id |
string Required field. |
|
page_size |
int64 |
|
page_token |
string |
|
filter |
string A filter expression that filters profiles listed in the response.
|
ListOsLoginProfilesResponse
{
"profiles": [
{
"id": "string",
"organization_id": "string",
"subject_id": "string",
"login": "string",
"uid": "int64",
"is_default": "bool",
"home_directory": "string",
"shell": "string"
}
],
"next_page_token": "string"
}
|
Field |
Description |
|
profiles[] |
|
|
next_page_token |
string |
OsLoginProfile
|
Field |
Description |
|
id |
string |
|
organization_id |
string |
|
subject_id |
string |
|
login |
string |
|
uid |
int64 |
|
is_default |
bool |
|
home_directory |
string |
|
shell |
string |