Skip to main content
email
string
label
string
account_kit_id
string
Reassign the user’s AccountKit.
status
string
active | suspended
curl -X PATCH https://api.usenaive.ai/v1/users/USER_ID \
  -H "Authorization: Bearer $NAIVE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"account_kit_id":"kit_pro"}'