Skip to main content
POST
Check user registration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string
required

Email address to check registration status for.

Example:

"user@example.com"

Response

200 - application/json

Registration status of the user.

isRegistered
boolean
required

True if the user is registered in the current tenant.