Get user details
Returns details about the authenticated user.
GET user
Find user by e-mail address
This endpoint will find a user by their e-mail address.
GET user/lookup_by_email_address
Update user details
Allows for updating of basic user details.
PATCH user
Create user
Create a new user.
POST users
Create a user signup intent
Create a new user signup intent.
POST signup_intents
Get authorization details
Returns authorization details for the associated user.
GET user/authorization
Get authorization details
Returns authorization details for the associated user.
POST user/authorization
Create user verification intent
Creates a verification intent for a user.
POST user/verifications
Use a user verification intent
Returns details of a user verification intent and marks it as used.
POST user/verifications/{verification}/use
Create user identity check intent
Creates an identity check intent for a user.
POST user/identity_check
OpenID Connect UserInfo
Returns user information for the authenticated user in the OpenID Connect format.
GET openid
Send e-mail to user
Sends an e-mail to a specific given user.
POST users/{user}/emails
Get an authorization code
Returns an OAuth authorization code for the user.
POST users/{user}/authorization_codes