Class ListUsersByEmailRequestParameters
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record ListUsersByEmailRequestParameters : IEquatable<ListUsersByEmailRequestParameters>
- Inheritance
-
ListUsersByEmailRequestParameters
- Implements
- Inherited Members
- Extension Methods
Properties
Email address to search for (case-sensitive).
[JsonIgnore]
public required string Email { get; set; }
Property Value
Fields
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.
[JsonIgnore]
public Optional<string?> Fields { get; set; }
Property Value
IncludeFields
Whether specified fields are to be included (true) or excluded (false). Defaults to true.
[JsonIgnore]
public Optional<bool?> IncludeFields { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.