Create a new rolegroup
POST {{url}}/accounts/api/organizations/{{organization_id}}/rolegroups?include_internal=false
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| include_internal | boolean | 
Request Body
{"name"=>"External Org Admin 2", "description"=>"Description"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string |