Update Role
- URL:https://<portal-url>/roles/<roleId>/update(POST only)
Description
The Update Role operation (POST only) allows default organization administrators to update properties of a custom role.
Request Parameters
Parameter | Details |
|---|---|
| [Common Parameters] | For a complete listing, see common parameters. |
| name | The name for the role to be updated. |
| description | The description for the role to be updated. |
Response Properties
Property | Details |
|---|---|
| success | Indicates if the operation was successful. |
Example Usage
URL for Update Role
https://www.arcgis.com/sharing/rest/portals/LkFyxb9zDq7vAxxx/roles/D8HCHQ4MmQb1bgC5/update
JSON Response Syntax
{
"success": true | false
}
JSON Response Example
{
"success": true
}