Skip to main content
external_id
string
Your stable id for the user (unique per workspace).
email
string
Optional email.
label
string
Optional label.
account_kit_id
string
AccountKit to assign (defaults to the Default kit).
curl -X POST https://api.usenaive.ai/v1/users \
  -H "Authorization: Bearer $NAIVE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"external_id":"alice_db_uuid","email":"alice@example.com"}'