A newer version is available. For the latest information, see the
current release documentation.
OrganizationInvitation
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
OrganizationInvitation
editAn invitation to an organization
Properties
edit-
accepted_at(stringasdate-time) - The date and time when the invitation was accepted
-
created_at(stringasdate-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(stringasdate-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" : {
"default_disk_usage_alerts_enabled" : true,
"id" : "string",
"name" : "string",
"notifications_allowed_email_domains" : [
"string"
]
},
"token" : "string"
}