UpdateRole
Update a role in your SharePoint site collection.
Input
| Name | Type | Required | Description |
| Name | String | True | The current name of the role. |
| NewName | String | False | The new name of the role. |
| Description | String | False | The description of the role. |
| Permissions | String | False | The mask of permissions to grant to the role. To learn more about permission masks, check out the 'Permission Masks' section in Permissions. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the role was successfully updated. Returns 'true' for success and 'false' for failure. |