A newer version is available. For the latest information, see the
current release documentation.
OrganizationMemberships
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
OrganizationMemberships
editAll user memberships to an organization
Properties
edit-
members(array[OrganizationMembership], required) - The list of organization memberships
Example
edit{
"members" : [
{
"email" : "string",
"member_since" : "2019-01-01T00:00:00Z",
"name" : "string",
"organization_id" : "string",
"user_id" : "string"
}
]
}