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" : {
            "id" : "string",
            "name" : "string"
         },
         "token" : "string"
      }
   ]
}