Get User Profile (Human)
Deprecated: use user service v2 GetUserByID instead.
Get basic information like first_name and last_name of a user.
curl -X GET "https://loading/users/string/profile"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"profile": {
"firstName": "string",
"lastName": "string",
"nickName": "string",
"displayName": "string",
"preferredLanguage": "string",
"gender": "GENDER_UNSPECIFIED",
"avatarUrl": "string"
}
}Was this page helpful?
Get User Phone (Human)
Get User Phone (Human): Deprecated: use [user service v2 GetUserByID](/reference/api/user/zitadel.user.v2.UserService.GetUserByID) instead. Get the phone number and the verification state of the number. The phone number i...
GetAction
Explore the GetAction operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.