ZITADEL Docs
APIsCore ResourcesV1Authenticated User

ListMyMetadata

POST
/users/me/metadata/_search

Request Body

application/json

query?
queries?
[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/users/me/metadata/_search" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "totalResult": 0,
    "processedSequence": 0,
    "viewTimestamp": "1s"
  },
  "result": [
    {
      "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?