StaticdeleteStaticgetGets a filtered collection of members. Filters members based on the provided criteria with support for pagination.
Optionaloptions: Options<GetFilterMemberData, ThrowOnError>StaticgetGets a collection of member items. Gets a collection of member items identified by the provided Ids.
Optionaloptions: Options<GetItemMemberData, ThrowOnError>StaticgetGets ancestors for a collection of member items. Gets the ancestor chains for member items identified by the provided Ids.
Optionaloptions: Options<GetItemMemberAncestorsData, ThrowOnError>StaticgetSearches member items. Searches member items by the provided query with pagination support.
Optionaloptions: Options<GetItemMemberSearchData, ThrowOnError>StaticgetGets a collection of items that reference members. Gets a paginated collection of items that reference the members identified by the provided Ids.
Optionaloptions: Options<GetMemberAreReferencedData, ThrowOnError>StaticgetGets a member. Gets a member identified by the provided Id.
StaticgetGets a collection of items that reference members. Gets a paginated collection of items that reference the members identified by the provided Ids.
StaticgetGets a paginated collection of referenced descendant members. Gets a paginated collection of descendant members that are referenced in relations for the member identified by the provided Id.
StaticgetGets the member configuration. Gets the configuration settings for members.
Optionaloptions: Options<GetMemberConfigurationData, ThrowOnError>StaticpostCreates a new member. Creates a new member with the configuration specified in the request model.
Optionaloptions: Options<PostMemberData, ThrowOnError>StaticpostValidates creating a member. Validates the request model for creating a new member without actually creating it.
Optionaloptions: Options<PostMemberValidateData, ThrowOnError>StaticputUpdates a member. Updates a member identified by the provided Id with the details from the request model.
StaticputValidates updating a member. Validates the request model for updating a member without actually updating it.
Deletes a member. Deletes a member identified by the provided Id.