ODBC guide

Search for user by email


Searches for a user by their email address. This example demonstrates using the get_search endpoint with a query string to find a specific user.

SELECT *
FROM get_search
WITH(
	  query='type:user email:bob@abc.com'
)