ListMyProjectPermissions
List My Project Roles
Deprecated: List authorizations and pass the user ID filter with your users ID and the project ID filter to search for your authorizations on a granted and an owned project.
Returns a list of roles for the authenticated user and for the requesting project.
Response Body
application/json
application/json
curl -X POST "https://loading/permissions/me/_search"{
"result": [
"string"
]
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?