ListProjectRoles
Search Project Roles
Deprecated: use project v2 service ListProjectRoles instead.
Returns all roles of a project matching the search query.
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/roles/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "1s"
},
"result": [
{
"key": "string",
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
},
"displayName": "string",
"group": "string"
}
]
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?