A newer version is available. For the latest information, see the
current release documentation.
OrganizationInvitations
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
OrganizationInvitations
editA collection of invitations to an organization
Properties
edit-
invitations(array[OrganizationInvitation], required) - The list of organization invitations
Example
edit{
"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"
}
]
}