Skip to main content
POST
Sync user after Auth0 registration
Called by Auth0 Actions after signup to create/update the local user profile. Protected by the Auth0 JWT and optionally an x-webhook-secret header.

Authorizations

Authorization
string
header
required

Auth0 access token for registered users.

Headers

x-webhook-secret
string

Shared secret configured on Auth0 Actions for additional verification.

Body

application/json
userId
string

Auth0 user ID (sub).

email
string<email>
name
string
picture
string<uri>
connection
string
event
string

Event type sent by Auth0 Action.

metadata
object

Response

Webhook acknowledged

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object
required