StaticdeleteOptionaloptions: Options<DeleteUserGroupData, ThrowOnError>StaticdeleteDeletes a user group. Deletes a user group identified by the provided Id.
StaticdeleteRemoves users from a user group. Removes the specified users from the user group identified by the provided Id.
StaticgetGets a filtered collection of user groups. Filters user groups based on the provided criteria with support for pagination.
Optionaloptions: Options<GetFilterUserGroupData, ThrowOnError>StaticgetGets a collection of user group items. Gets a collection of user group items identified by the provided Ids.
Optionaloptions: Options<GetItemUserGroupData, ThrowOnError>StaticgetGets a paginated collection of user groups. Gets a paginated collection of all user groups.
Optionaloptions: Options<GetUserGroupData, ThrowOnError>StaticgetGets a user group. Gets a user group identified by the provided Id.
StaticpostCreates a new user group. Creates a new user group with the configuration specified in the request model.
Optionaloptions: Options<PostUserGroupData, ThrowOnError>StaticpostAdds users to a user group. Adds the specified users to the user group identified by the provided Id.
StaticputUpdates a user group. Updates a user group identified by the provided Id with the details from the request model.
Deletes multiple user groups. Deletes multiple user groups identified by the provided Ids. This operation cannot be undone.