👋 Welcome to the new Omni docs! We're still migrating, but the old docs are available at docs-legacy.omni.co.
cURL
curl --request POST \ --url https://{instance}.omniapp.co/api/v1/users/email-only/bulk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "users": [ { "email": "jsmith@example.com", "userAttributes": {} } ] } '
{ "results": [ { "email": "jsmith@example.com", "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ] }
Create or update up to 20 email-only users
Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN
Bearer YOUR_TOKEN
20
Show child attributes
Email-only users created or updated
Was this page helpful?