List Project Member Roles​
Members are users with permission to administrate ZITADEL on different levels. This request returns all roles possible for a ZITADEL member on the project level.
Header Parameters
x-zitadel-orgid string
The default is always the organization of the requesting user. If you like to get/set a result of another organization include the header. Make sure the user has permission to access the requested data.
Responses
- 200
- default
A successful response.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
details object
totalResult uint64
processedSequence uint64
viewTimestamp date-time
the last time the view got updated
result string[]
{
"details": {
"totalResult": "2",
"processedSequence": "267831",
"viewTimestamp": "2024-06-13T06:44:37.538Z"
},
"result": [
"PROJECT_OWNER",
"PROJECT_OWNER_VIEWER",
"..."
]
}
Schema
Example (from schema)
Schema
details object
totalResult uint64
processedSequence uint64
viewTimestamp date-time
the last time the view got updated
result string[]
{
"details": {
"totalResult": "2",
"processedSequence": "267831",
"viewTimestamp": "2024-06-13T06:44:37.538Z"
},
"result": [
"PROJECT_OWNER",
"PROJECT_OWNER_VIEWER",
"..."
]
}
Schema
Example (from schema)
Schema
details object
totalResult uint64
processedSequence uint64
viewTimestamp date-time
the last time the view got updated
result string[]
{
"details": {
"totalResult": "2",
"processedSequence": "267831",
"viewTimestamp": "2024-06-13T06:44:37.538Z"
},
"result": [
"PROJECT_OWNER",
"PROJECT_OWNER_VIEWER",
"..."
]
}
An unexpected error response.
application/json
application/grpc
application/grpc-web+proto
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
code int32
message string
details object[]
@type string
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Loading...