A newer version is available. For the latest information, see the
current release documentation.
OrganizationInvitationRequest
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
OrganizationInvitationRequest
editA request to create one or more invitations to an organization
Properties
edit-
emails(array[string, required)] - The email addresses to invite to the organization
-
expires_in(string) - The date and time when the invitation expires. Defaults to three days from now.
Example
edit{
"emails" : [
"string"
],
"expires_in" : "string"
}