Sign in

Create user

documented

Create a new Conversation User.

POST https://conversations.twilio.com/v1/UsersConversationsno 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://conversations.twilio.com/v1/Users" \
  -X POST \
  -u "{{TWILIO_API_KEY}}:{{TWILIO_API_SECRET}}" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -H "X-Twilio-Webhook-Enabled: {{webhook_enabled}}" \
  -d "identity={{$identity}}&friendlyName={{$friendlyName}}&attributes={{$attributes}}&roleSid={{$roleSid}}"
Create user · Twilio · OpenIntegrations