View Source Auth0.Management.UsersByEmail (Auth0Api v2.2.0)

Summary

Functions

Find users by email. If Auth0 is the identity provider (idP), the email address associated with a user is saved in lower case, regardless of how you initially provided it.

Types

@type config() :: Auth0.Config.t()
@type error() :: {:error, integer(), term()} | {:error, term()}

Functions

@spec list(map(), config()) :: {:ok, [map()]} | error()

Find users by email. If Auth0 is the identity provider (idP), the email address associated with a user is saved in lower case, regardless of how you initially provided it.

see

https://auth0.com/docs/api/management/v2/users-by-email/get-users-by-email