Class CreateGuardianEnrollmentTicketRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class CreateGuardianEnrollmentTicketRequest
- Inheritance
-
CreateGuardianEnrollmentTicketRequest
- Inherited Members
Properties
EmailAddress
Alternate email to which the enrollment email will be sent. Optional - by default, the email will be sent to the user's default address
[JsonProperty("email")]
public string EmailAddress { get; set; }
Property Value
MustSendMail
Indicates whether an email must be sent to the user to start the enrollment.
[JsonProperty("send_mail")]
public bool? MustSendMail { get; set; }
Property Value
- bool?
UserId
The User ID for the enrollment ticket.
[JsonProperty("user_id")]
public string UserId { get; set; }