EMC ViPR REST API

Search (SHIFT+S)

API Reference


Update Role Assignments

PUT /vdc/role-assignments

Add or remove individual role assignments. Request body must include at least one add or remove operation.


Required Roles

Requires one of the following roles:

  • SECURITY_ADMIN
  • RESTRICTED_SECURITY_ADMIN

Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
<role_assignment_change>
<add>     0-* Elements
<role> String 0-* Elements
<subject_id> String
<group> String
</add>      
<remove>     0-* Elements
<role> String 0-* Elements
<subject_id> String
<group> String
</remove>      
</role_assignment_change>

Response Body

No data returned in response body

Field Description Type Notes
<role_assignments_create>
<link>
<role_assignment>     0-* Elements
<role> String 0-* Elements
<subject_id> String
<group> String
</role_assignment>      
</role_assignments_create>