Skip to main content
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

PUBLIC-API-KEY
string
header
default:<Your PUBLIC-API-KEY>
required
PRIVATE-SECRET-KEY
string
header
default:<Your PRIVATE-SECRET-KEY>
required

Query Parameters

email
string<email>
required

Email address to search for. Must be an exact, case-insensitive match.

Response

OK — zero or more users matching the email address.

data
object[]

List of users whose email matches the requested address within the calling organization. Empty when no match is found.

pagination
object