Skip to content

Retrieve All Binder Roles

Retrieve all available roles on a binder and the users and groups assigned to them.

GET/api/{version}/objects/binders/{binder_id}/roles
NameDescription
Acceptapplication/json (default) or application/xml
NameDescription
{binder_id}The binder id field value.
curl -X GET -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v25.2/objects/binders/245/roles
{
    "responseStatus": "SUCCESS",
    "responseMessage": "Roles retrieved",
    "errorCodes": null,
    "documentRoles": [
        {
            "name": "reviewer__v",
            "label": "Reviewer",
            "assignedUsers": [
                25496,
                26231
            ],
            "assignedGroups": [
                1,
                2
            ],
            "availableUsers": [
                25496,
                26231,
                28874
            ],
            "availableGroups": [
                1,
                2,
                3
            ],
            "defaultUsers": [
                25496,
                26231
            ],
            "defaultGroups": [
                1,
                2
            ]
        }
      ],
    "errorType": null
}

On SUCCESS, the response lists all binder roles and includes the following for each role: