👋 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 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "userAttributes": {} } '
{ "email": "jsmith@example.com", "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Create or update email-only user for schedules
Requires an Organization API Key. Personal Access Tokens (PATs) are not supported for this endpoint.
Include in the Authorization header as: Bearer ORGANIZATION_API_KEY
Authorization
Bearer ORGANIZATION_API_KEY
Email address
Custom attributes including omni_user_timezone
Email-only user created or updated
Was this page helpful?