Search Users By Email

Retrieves information about all users on the authenticated user's account whose email is provided.

  • Email matching is a case insensitive exact match. Emails that do not exactly match a user on the account will be disregarded.

Valid Authentication Methods

API Key Grants:

  • AccountRead

OAuth 2.0 User Token and Account Token Scopes:

  • account.user:readonly

Body Params
emails
array of strings
emails
Headers
string
required
Defaults to 1

The API version used in the request.

Responses

400

Bad Request. Occurs if the request body emails exceed 200 items or if any of the strings in the request body can not be parsed into the email format.

Language
Credentials