Search User Metadata
Deprecated: use ListUserMetadata instead.
Get the metadata of a user filtered by your query.
Path Parameters
id*string
Request Body
application/json
query?
queries?array<>
[key: string]?never
Response Body
application/json
curl -X POST "https://loading/users/string/metadata/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "2023-01-15T01:30:15.01Z"
},
"result": [
{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"key": "string",
"value": "string"
}
]
}Was this page helpful?
Search User Grants
Search User Grants: Deprecated: [List authorizations](/reference/api/authorization/zitadel.authorization.v2.AuthorizationService.ListAuthorizations) and pass the user ID filter to search for a users grants on owned or...
Search Users
Search Users: Deprecated: use [user service v2 ListUsers](/reference/api/user/zitadel.user.v2.UserService.ListUsers) instead. Search for users within an organization. By default, we will return users of your org...