ListProjectMembers
List Project Members
Deprecated: use ListAdministrators instead.
Members are users with permission to administrate Zitadel on different levels. This request returns all users with memberships on the project level, matching the search queries. The search queries will be AND linked.
Path Parameters
project_id*string
Request Body
application/json
query?
list limitations and ordering
queries?
criteria the client is looking for
[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://loading/projects/string/members/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "1s"
},
"result": [
{
"userId": "string",
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
},
"roles": [
"string"
],
"preferredLoginName": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"displayName": "string",
"avatarUrl": "string",
"userType": "TYPE_UNSPECIFIED",
"userResourceOwner": "string"
}
]
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?