List User Metadata
List metadata of an user filtered by query.
Required permission:
user.read
Path Parameters
user_id*string
ID of the user under which the metadata is to be listed.
Request Body
application/json
pagination?|
List limitations and ordering.
filters?array<>
Define the criteria to query for.
[key: string]?never
Response Body
application/json
curl -X POST "https://loading/v2/users/string/metadata/search" \ -H "Content-Type: application/json" \ -d '{}'{
"pagination": {
"totalResult": 0,
"appliedLimit": 0
},
"metadata": [
{
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"key": "string",
"value": "string"
}
]
}Was this page helpful?
List passkeys of an user
Explore the List passkeys of an user operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
ListAuthenticationFactors
Explore the ListAuthenticationFactors operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.