"EntryPoint - user_disable" . . "GET" . "text/xml" . . "

This function allows an administrator to disable a user account. A disabled user account does not allow authentication anymore, however all data is kept. Use user.delete() to permanently delete an account and user.enable() to re-enable a disabled account. If the given name is not the authenticated user administrator privileges are required.

  • \n\nname\n\n\n

    The name of the user account to disable. If omitted the authenticated user account is disabled.

    \n
  • \n\n

    An error code stating the success of the command execution as detailed in ODS Error Result Codes.

    \n

    user.enable()

    \nAuthentication

    This function requries authentication via one of the supported authentication methods as described in ODS Authentication.

    \n

    " . . "

    Disable a user account.

    " . . .