Create Role

POST {{api-domain}}/crm/v2.1/settings/roles

To create a role in your Organization. Please refer to the documentation for more details.

Request Body

{"roles"=>[{"name"=>"Product Manager", "reporting_to"=>"738964000000015969", "description"=>"Schedule and manage resources", "share_with_peers"=>true}]}

RESPONSES

status: Created

{"roles":[{"code":"SUCCESS","details":{"id":"738964000002277202"},"message":"Role added","status":"success"}]}