OrganizationInvitationRequestedit

A request to create one or more invitations to an organization

Propertiesedit

emails (array[string], required)
The email addresses to invite to the organization
expires_in (string)
The date and time when the invitation expires. Defaults to three days from now.

Exampleedit

{
   "emails" : [
      "string"
   ],
   "expires_in" : "string"
}