Identity Hub API, gRPC: OsLoginService.GetProfile
Written by
Updated at August 8, 2025
OsLogin Profiles
gRPC request
rpc GetProfile (GetOsLoginProfileRequest) returns (OsLoginProfile)
GetOsLoginProfileRequest
{
"os_login_profile_id": "string"
}
|
Field |
Description |
|
os_login_profile_id |
string Required field. |
OsLoginProfile
{
"id": "string",
"organization_id": "string",
"subject_id": "string",
"login": "string",
"uid": "int64",
"is_default": "bool",
"home_directory": "string",
"shell": "string"
}
|
Field |
Description |
|
id |
string |
|
organization_id |
string |
|
subject_id |
string |
|
login |
string |
|
uid |
int64 |
|
is_default |
bool |
|
home_directory |
string |
|
shell |
string |