ZITADEL Docs
APIsCore ResourcesV1Organization Objects

Get User Email (Human)

Deprecated: use user service v2 GetUserByID instead.

Get the email address and the verification state of the address.

GET
/users/{user_id}/email

Path Parameters

user_id*string

Response Body

application/json

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?