Class OrganizationInvitationInvitee
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class OrganizationInvitationInvitee
- Inheritance
-
OrganizationInvitationInvitee
- Inherited Members
Properties
The email for the user that is to be invited.
[JsonProperty("email")]
public string Email { get; set; }