Get User Phone (Human)
Deprecated: use user service v2 GetUserByID instead.
Get the phone number and the verification state of the number. The phone number is only for informational purposes and to send messages, not for Authentication (2FA).
curl -X GET "https://loading/users/string/phone"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"phone": {
"phone": "string",
"isPhoneVerified": true
}
}Was this page helpful?
Get User Metadata By Key
Get User Metadata By Key: Deprecated: use [ListUserMetadata](/reference/api/user/zitadel.user.v2.UserService.ListUserMetadata) instead. Get a metadata object from a user by a specific key.
Get User Profile (Human)
Get User Profile (Human): Deprecated: use [user service v2 GetUserByID](/reference/api/user/zitadel.user.v2.UserService.GetUserByID) instead. Get basic information like first_name and last_name of a user.