Skip to main content
POST
/
account
/
authz
/
permissions
/
authorizedactions
Gets all permissions for requesting user
curl --request POST \
  --url https://mycluster.domino.tech/account/authz/permissions/authorizedactions \
  --header 'Content-Type: application/json' \
  --data '
{
  "actions": [
    {
      "context": {
        "projectId": "<string>",
        "volumeId": "<string>"
      },
      "id": "<string>"
    }
  ]
}
'
{
  "actions": [
    {
      "id": "<string>",
      "result": true
    }
  ]
}

Body

application/json

Permissions to check user against

actions
object[]
required

Effectively checking permissions, but using "actions" to be consistent with the rest of the API

Response

OK

actions
object[]

Effectively are permissions, using "actions" for consistency