Validate if an email is in use

Returns whether an email is already in use by an employee

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Returns a JSON object with three properties:

success: Indicates that the request was successful.

emailInUse: True indicates that the email is in use within the platform; false indicates that the email is not in use.

data: An array of objects containing the ID of the account using the email and the subscription status. The data property will contain content only if the email belongs to a child account of the master account making the request.

Body Params
string
required

email to verify

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json