Users
Sync User
Create or update a user from Auth0
POST
Sync User
Creates a new user record or updates an existing one based on the Auth0 identity. This endpoint is typically called after a user authenticates via Auth0 to ensure the local user record is in sync.
Authentication
This endpoint requires a valid JWT bearer token in theAuthorization header.
Response
Unique user identifier.
User’s email address.
User’s display name.
The user’s Auth0 identifier.
Whether a new user record was created (
true) or an existing one was updated (false).Sync User