UpdateUserRoleBulkRequest provides needed information to update user role.
| Name | Type | Description | Notes |
|---|---|---|---|
| assignRoleId | List<String> | Roles to add to the users above. | [optional] |
| removeRoleId | List<String> | Roles to remove from the users above. | [optional] |
| userId | List<String> | Array of user_id to modify roles. | [optional] |