Check user registration
Users
Check user registration
Check whether a user with the given email is registered in the current tenant.
POST
Check user registration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Email address to check registration status for.
Example:
"user@example.com"
Response
200 - application/json
Registration status of the user.
True if the user is registered in the current tenant.