Get User Email (Human)
Deprecated: use user service v2 GetUserByID instead.
Get the email address and the verification state of the address.
curl -X GET "https://loading/users/string/email"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"email": {
"email": "string",
"isEmailVerified": true
}
}Was this page helpful?
Get User by login name (globally)
Get User by login name (globally): Deprecated: use [user service v2 ListUsers with LoginNameQuery](/reference/api/user/zitadel.user.v2.UserService.ListUsers) instead. Get a user by login name searched over all organizations. The req...
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...