A newer version is available. For the latest information, see the
current release documentation.
OrganizationInvitations
editOrganizationInvitations
editA collection of invitations to an organization
Properties
edit-
invitations
(array[
OrganizationInvitation
]
, required) - The list of organization invitations
Example
edit{ "invitations" : [ { "accepted_at" : "2019-01-01T00:00:00Z", "created_at" : "2019-01-01T00:00:00Z", "email" : "string", "expired" : true, "expires_at" : "2019-01-01T00:00:00Z", "organization" : { "id" : "string", "name" : "string" }, "token" : "string" } ] }