OrganizationInvitation
@Serializable
Constructors
Link copied to clipboard
constructor(id: String, emailAddress: String, organizationId: String? = null, publicMetadata: JsonElement, role: String, status: OrganizationInvitation.Status, createdAt: Long, updatedAt: Long, publicOrganizationData: PublicOrganizationData? = null)
Properties
Link copied to clipboard
The email address the invitation has been sent to.
Link copied to clipboard
The organization ID of the organization this invitation is for.
Link copied to clipboard
Metadata that can be read from the Frontend API and Backend API and can be set only from the Backend API.
Link copied to clipboard
Link copied to clipboard
The status of the invitation.
Functions
Link copied to clipboard
suspend fun OrganizationInvitation.revoke(): ClerkResult<OrganizationInvitation, ClerkErrorResponse>