OrganizationInvitationsedit

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" : {
            "billing_contacts" : [
               "string"
            ],
            "default_disk_usage_alerts_enabled" : true,
            "id" : "string",
            "name" : "string",
            "notifications_allowed_email_domains" : [
               "string"
            ],
            "operational_contacts" : [
               "string"
            ]
         },
         "token" : "string"
      }
   ]
}