Create Role
POST {{api-domain}}/crm/v3/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"=>"{{role_id}}", "description"=>"Schedule and manage resources", "share_with_peers"=>true}]}
RESPONSES
status: Created
{"roles":[{"code":"SUCCESS","details":{"id":"4876876000001212094"},"message":"Role added","status":"success"}]}