ZITADEL Docs
APIsCore ResourcesV1Organization Objects

GetHumanEmail

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

application/json

curl -X GET "https://loading/users/string/email"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  },
  "email": {
    "email": "string",
    "isEmailVerified": true
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?