post https://api.lucid.co/users/searchByEmail
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
Responses
400Bad 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.