OrganizationInvitations
edit
A collection of invitations to an organization
Propertiesedit
-
invitations
(array[
OrganizationInvitation
]
, required) - The list of organization invitations
Exampleedit
{ "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" : { "default_disk_usage_alerts_enabled" : true, "id" : "string", "name" : "string" }, "token" : "string" } ] }