Sign in

Create agent (alternate)

documented

Creates a new agent.

POST api/AgentAgentno 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.cayzu.com/api/Agent" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"role": {{$role}}, "username": "{{$username}}", "address1": "{{$address1}}", "alternate_phone_number": "{{$alternate_phone_number}}", "city": "{{$city}}", "country": "{{$country}}", "description": "{{$description}}", "full_name": "{{$full_name}}", "location": "{{$location}}", "phone_number": "{{$phone_number}}", "postal_code": "{{$postal_code}}", "signature": "{{$signature}}", "title": "{{$title}}", "email_address": "{{$email_address}}"}'
Create agent (alternate) · Cayzu · OpenIntegrations