Skip to main content

Checks the existence of the user

Checks the existence of the user with given email.

Request Body
  • email email required

    client email address

Responses

User check successful.


Schema
  • isUserExists url required

    Flag indicating whether user with given email already exists or not.

  • userId string

    Id of the user.

  • email email

    client email address

  • isActive boolean

    Default value: Flag indicating whether the user is active or not, given the user exists in the first place.

Loading...