Get User Metadata By Key
Deprecated: use ListUserMetadata instead.
Get a metadata object from a user by a specific key.
curl -X GET "https://loading/users/string/metadata/string"{
"metadata": {
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"key": "string",
"value": "string"
}
}Was this page helpful?
Get User Grant By ID
Get User Grant By ID: Deprecated: [List authorizations](/reference/api/authorization/zitadel.authorization.v2.AuthorizationService.ListAuthorizations) and filter by its ID. Returns a user grant per ID. A user grant is a...
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...