Sign in

Create user

documented

Create a new user (manager or admin) for the CallPage account.

POST /api/v1/external/users/createUsersno 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://core.callpage.io/api/v1/external/users/create" -X POST -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: {{CALLPAGE_API_KEY}}" -d '{"name": "{{$name}}", "tel": "{{$tel}}", "email": "{{$email}}", "role": "{{$role}}"}'
Create user · CallPage · OpenIntegrations