Sync authenticated user
Uses bearer auth to create or update the corresponding backend user record. New client integrations should call this once after sign-in before creating sessions.
Authentication
AuthorizationBearer
Send the agent framework auth token as
Authorization: Bearer <token>.
Request
This endpoint expects an object.
Response
User synced successfully.
id
email
preferred_language
response_style
is_active
preferences
created_at
updated_at
full_name
avatar_url
Errors
401
Unauthorized Error