Skip to main content
POST
/
account
/
authz
/
permissions
/
volume
/
:id
Get if user has all provided volume permissions
curl --request POST \
  --url https://mycluster.domino.tech/account/authz/permissions/volume/:id \
  --header 'Content-Type: application/json' \
  --data '
{
  "mustHave": [],
  "principal": {
    "token": "<string>"
  }
}
'
true

Path Parameters

id
string
required

ID of Volume to check permissions against

Body

application/json

Volume permissions and user to check against

mustHave
enum<string>[]
required
Available options:
ManageFilesystems,
ViewFilesystems,
CreateVolumes,
ManageVolumesForExecution,
ManageVolumes,
ReadVolumes,
ViewVolumes,
MarkVolumesForDeletion,
DeleteVolumes,
EditSecurityVolumes,
WorkbenchPermission.PerformNetAppActionsInProject,
ReadUserPermissions,
ImpersonateUser
principal
object
required

Response

OK

The response is of type boolean.