Users
Create or Update User Profile
Keep track of who's talking to your AI by creating user profiles with contact information and custom properties.
Provide an externalUserId to identify the user—your ID from your own system. Don't worry about whether they already exist; we'll create them if they're new or update their profile if they already exist. This makes syncing user data effortless.
You can then reference this user in other API calls using the same externalUserId.
Optionally associate users with an organization by providing an externalOrganizationId. If the organization doesn't exist yet, we'll create it automatically.
post/users
Request body
Response
User profile created or updated successfully