ZITADEL Docs
APIsCore ResourcesV1Authenticated User

GetMyMetadata

GET
/users/me/metadata/{key}

Path Parameters

key*string

Response Body

application/json

application/json

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

Was this page helpful?