OrganizationInvitation
editOrganizationInvitation
editAn invitation to an organization
Properties
edit-
accepted_at
(string
asdate-time
) - The date and time when the invitation was accepted
-
created_at
(string
asdate-time
, required) - The date and time when the invitation was created
-
email
(string
, required) - The email address to invite to the organization
-
expired
(boolean
, required) - True if the invitation is expired
-
expires_at
(string
asdate-time
, required) - The date and time when the invitation expires
-
organization
(Organization
, required) - The organization associated with this invitation
-
token
(string
, required) - The token used to accept the invitation
Example
edit{ "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" }