Users
Find Users by Email
Look up organization users by email address instead of a user ID
GET
Find Users by Email
Returns the user(s) within the authenticated organization whose email address matches the given value. Use this endpoint to resolve a user record when you have an email address but not the Yuno user ID.
Organization scope and empty resultsResults are always scoped to the calling organization. If the same email exists in another organization it will not appear here. When no user in the organization matches the address, the response contains an empty
data array rather than an error.Authorizations
Query Parameters
Email address to search for. Must be an exact, case-insensitive match.
Find Users by Email