StaticdeleteOptionaloptions: Options<DeleteUserData, ThrowOnError>StaticdeleteClears a user's avatar. Removes the avatar image for the user identified by the provided Id.
StaticdeleteDeletes a user. Deletes a user identified by the provided Id.
StaticdeleteDisables two-factor authentication for a user. Disables the specified two-factor authentication provider for a user.
StaticdeleteDeletes client credentials for a user. Deletes client credentials identified by the provided client Id for a user.
StaticdeleteDisables two-factor authentication for the current user. Disables the specified two-factor authentication provider for the currently authenticated user.
StaticgetGets a filtered collection of users. Filters users based on the provided criteria with support for pagination.
Optionaloptions: Options<GetFilterUserData, ThrowOnError>StaticgetGets a collection of user items. Gets a collection of user items identified by the provided Ids.
Optionaloptions: Options<GetItemUserData, ThrowOnError>StaticgetGets a paginated collection of users. Gets a paginated collection of all users.
Optionaloptions: Options<GetUserData, ThrowOnError>StaticgetGets a user. Gets a user identified by the provided Id.
StaticgetLists two-factor providers for a user. Gets a list of available two-factor authentication providers for the specified user.
StaticgetCalculates start nodes for users. Calculates the start nodes for the users identified by the provided Ids based on their permissions.
StaticgetGets all client credentials for a user. Gets a collection of OAuth client credentials for the user identified by the provided Id.
StaticgetGets the user configuration. Gets the configuration settings for users.
Optionaloptions: Options<GetUserConfigurationData, ThrowOnError>StaticgetGets the current user. Gets the currently authenticated back office user's information and permissions.
Optionaloptions: Options<GetUserCurrentData, ThrowOnError>StaticgetLists two-factor providers for the current user. Gets a list of available two-factor authentication providers for the current user.
Optionaloptions: Options<GetUserCurrent2FaData, ThrowOnError>StaticgetGets two-factor setup information. Gets the setup information for configuring a two-factor authentication provider.
StaticgetGets the current user's configuration. Gets the configuration settings for the current user.
Optionaloptions: Options<GetUserCurrentConfigurationData, ThrowOnError>StaticgetLists external login providers. Gets a list of configured external login providers for authentication.
Optionaloptions: Options<GetUserCurrentLoginProvidersData, ThrowOnError>StaticgetGets permissions for the current user. Gets the permissions for the currently authenticated user.
Optionaloptions: Options<GetUserCurrentPermissionsData, ThrowOnError>StaticgetGets document permissions for the current user. Gets the document permissions for the currently authenticated user.
Optionaloptions: Options<GetUserCurrentPermissionsDocumentData, ThrowOnError>StaticgetGets media permissions for the current user. Gets the media permissions for the currently authenticated user.
Optionaloptions: Options<GetUserCurrentPermissionsMediaData, ThrowOnError>StaticpostCreates a new user. Creates a new user with the configuration specified in the request model.
Optionaloptions: Options<PostUserData, ThrowOnError>StaticpostSets a user's avatar. Sets or updates the avatar image for the user identified by the provided Id.
StaticpostChanges a user's password. Changes the password for the user identified by the provided Id.
StaticpostCreates client credentials for a user. Creates OAuth client credentials for the user identified by the provided Id.
StaticpostResets a user's password. Resets the password for the user using the provided reset token.
StaticpostEnables two-factor authentication for the current user. Enables the specified two-factor authentication provider for the currently authenticated user.
StaticpostSets the current user's avatar. Sets or updates the avatar image for the currently authenticated user.
Optionaloptions: Options<PostUserCurrentAvatarData, ThrowOnError>StaticpostChanges the current user's password. Changes the password for the currently authenticated user.
Optionaloptions: Options<PostUserCurrentChangePasswordData, ThrowOnError>StaticpostDisables users. Disables the user accounts identified by the provided Ids.
Optionaloptions: Options<PostUserDisableData, ThrowOnError>StaticpostEnables users. Enables the user accounts identified by the provided Ids.
Optionaloptions: Options<PostUserEnableData, ThrowOnError>StaticpostInvites new users. Sends invitation emails to create new user accounts with the specified details.
Optionaloptions: Options<PostUserInviteData, ThrowOnError>StaticpostCreates an initial password for a user. Creates an initial password for a newly invited user using the provided token.
Optionaloptions: Options<PostUserInviteCreatePasswordData, ThrowOnError>StaticpostResends a user invitation. Resends the invitation email for the users identified by the provided Ids.
Optionaloptions: Options<PostUserInviteResendData, ThrowOnError>StaticpostVerifies a user invitation. Verifies that the invitation token is valid for creating a new user account.
Optionaloptions: Options<PostUserInviteVerifyData, ThrowOnError>StaticpostUpdates user group assignments. Updates the user group assignments for the specified users.
Optionaloptions: Options<PostUserSetUserGroupsData, ThrowOnError>StaticpostUnlocks users. Unlocks the user accounts identified by the provided Ids.
Optionaloptions: Options<PostUserUnlockData, ThrowOnError>StaticputUpdates a user. Updates a user identified by the provided Id with the details from the request model.
Deletes multiple users. Deletes multiple users identified by the provided Ids. This operation cannot be undone.