Class ChangePasswordRequest
- Namespace
- Auth0.AuthenticationApi.Models
- Assembly
- Auth0.AuthenticationApi.dll
Represents a request to change a password via an email.
public class ChangePasswordRequest : UserMaintenanceRequestBase
- Inheritance
-
ChangePasswordRequest
- Inherited Members
Properties
Organization
The organization_id of the Organization associated with the user.
[JsonProperty("organization")]
public string Organization { get; set; }