A newer version is available. For the latest information, see the
current release documentation.
OrganizationMembership
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
OrganizationMembership
editA user's membership to an organization
Properties
edit-
email(string) - The user's email address
-
member_since(stringasdate-time, required) - The date and time the user was added to the organization
-
name(string) - The user's full name
-
organization_id(string, required) - The organization's identifier
-
user_id(string, required) - The users's identifier
Example
edit{
"email" : "string",
"member_since" : "2019-01-01T00:00:00Z",
"name" : "string",
"organization_id" : "string",
"user_id" : "string"
}