ZITADEL Docs
APIsCore ResourcesV1Authenticated User

GetMyProfile

GET
/users/me/profile

Response Body

application/json

curl -X GET "https://loading/users/me/profile"
{
  "details": {
    "sequence": 0,
    "creationDate": "2023-01-15T01:30:15.01Z",
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string"
  },
  "profile": {
    "firstName": "string",
    "lastName": "string",
    "nickName": "string",
    "displayName": "string",
    "preferredLanguage": "string",
    "gender": "GENDER_UNSPECIFIED",
    "avatarUrl": "string"
  }
}

Was this page helpful?