Updates an organization role with the given name
| Client Servlet | Server Servlet | HTTP Methods Supported | Requires Authentication |
|---|---|---|---|
| None. | SROrganizationAPI | POST | Yes. |
See topic Common Parameters.
Required. Role ID
Type xsd:int.
Required. Name
Type xsd:string.
See topic HTTP Status Codes.
XML response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<getOrganizationRoleResponse xmlns="http://convio.com/crm/v1.0">
<role>
<id>5</id>
<name>Manager</name>
<group_id>32768</group_id>
</role>
</getOrganizationRoleResponse>
JSON response
{"getOrganizationRoleResponse":{"role":{"id":"5","name":"Manager","group_id":"32768"}}}