OrganizationInvitationRequest
editOrganizationInvitationRequest
editA request to create one or more invitations to an organization
Properties
edit-
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.
Example
edit{ "emails" : [ "string" ], "expires_in" : "string" }