Overview:
Vault API does not allow for Bulk Role assignments to Binders.
Root Cause:
Bulk updating Roles through the API does not differentiate between Documents and Binders. There is no need to build separate CSV files to complete this.
Solution:
When adding User or Groups to Roles on a Binder (and not using API Bulk update) specify whether the change is made to a Binder or Document by updating the URL as shown in these examples:
- Binder: /api/{VERSION}/objects/binders/{ID}/roles
- Document: /api/{VERSION}/objects/documents/{ID}/roles
When performing API Bulk updates on Document or Binder Roles, however, use the same URL for both as shown in this example:
-
Bulk: /api/{VERSION}/objects/documents/roles/batch
Related Documentation:
N/A
Send us your feedback: We're always looking for advice to help improve our Knowledge Base! Please let us know if this article was helpful or provide feedback on how we can improve your experience here.
Thank you