Skip to main content
GET
/
volumes
/
{id}
/
grants
Get grants by Volume ID
curl --request GET \
  --url https://mycluster.domino.tech/volumes/{id}/grants
[
  {
    "isOrganization": true,
    "targetId": "<string>",
    "targetName": "<string>"
  }
]

Path Parameters

id
string
required

ID of volume to retrieve grants from

Response

OK

isOrganization
boolean
required
targetId
string
required

References Mongo user ID (including organizations)

targetName
string
required
targetRole
enum<string>
required
Available options:
VolumeOwner,
VolumeEditor,
VolumeReader,
Service