Back to Node Auth0

Interface ListUsersByEmailRequestParameters

docs/interfaces/management.Management.ListUsersByEmailRequestParameters.html

5.9.11.1 KB
Original Source

Interface ListUsersByEmailRequestParameters

Example

{ * fields: "fields", * include_fields: true, * email: "email" * }Copy

interface ListUsersByEmailRequestParameters {
fields?: string | null;
include_fields?: boolean | null;
email: string;
}

Index

Properties

fields?include_fields?email

Properties

Optionalfields

fields?: string | null

Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields.

Optionalinclude_fields

include_fields?: boolean | null

Whether specified fields are to be included (true) or excluded (false). Defaults to true.

email

email: string

Email address to search for (case-sensitive).

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties fieldsinclude_fieldsemail