Get
/v2/Teams/email-exists
Security
API Key
Header parameter nameapi_token

Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens

Query parameters
emailId
string (email) Required

Provide email address that has to be checked against the current team account list

isAnSsoUser
boolean

Filter SSO team accounts

Default"False"
Responses
200
400
Show example

Success

Collapse all
object
data
object (EmailExists)
exists
boolean

A boolean flag indicating if the user exists in the project or not

user_id
string

The user ID associated with the email. Will be null if the email address does not exist in the project.

extension_data
object (ExtensionDataObject)
success
boolean

Status indication for customer API response

errors
Array of object (BaseError)

Errors in the customer API response

object
warnings
Array of object (BaseWarning)

Warnings in the customer API response

object
information
Array of object (BaseInformation)

Information passed by the customer API response

object