Sign in

Create role

documented

Create a new role.

POST /v1/rolesLinkingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.marketcircle.net/v1/roles" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "department": "{{$department}}", "organization_id": {{$organization_id}}, "contact_id": {{$contact_id}}, "role_type_id": {{$role_type_id}}, "opportunity_id": {{$opportunity_id}}, "project_id": {{$project_id}}, "description": "{{$description}}"}'
Create role · Marketcircle · OpenIntegrations