Skip to main content

User Related Messages

Error codes related to user account operations, including registration conflicts, activation, deactivation, and verification.


Overview

CodeMessageDescription
US0001An account with the given email already exists.An account with the provided email address is already registered in the system.
US0002User 0 does not existNo user was found with the provided ID or username.
US0003User 0 has already existed in group 1The user is already a member of the specified group.
US0004Failed to activate the user '0' (1). Please try again.The user activation process failed.
US0005Failed to deactivate the user '0' (1). Please try again.The user deactivation process failed.
US0006The user '0' (1) is already activated.The user is already in an active status.
US0007The user '0' (1) is already deactivated.The user is already in a deactivated status.
US0008Invalid code provided, please request a code again.The verification code provided is invalid.
US0009Invalid verification code provided, please try again.The verification code entered is invalid.
US0010Signature is expired, please try again.The request signature has expired.
US0011The user '0' (1) was removed from the system.The specified user has been removed from the system.

Error Code Details

US0001

Message

An account with the given email already exists.

Description

An account with the provided email address is already registered in the system.

Root Cause

  • The email address is already associated with an existing account.

Resolution

  1. Use a different email address.
  2. If the account belongs to you, recover access through the forgot-password flow.

US0002

Message

User {0} does not exist

Description

No user was found with the provided ID or username.

Root Cause

  • The user ID {0} does not match any existing user in the system.

Resolution

  1. Verify the user ID or username is correct.

US0003

Message

User {0} has already existed in group {1}

Description

The user is already a member of the specified group.

Root Cause

  • User {0} was previously added to group {1}.

Resolution

  1. The user is already in the group; no further action is needed.

US0004

Message

Failed to activate the user '{0}' ({1}). Please try again.

Description

The user activation process failed.

Root Cause

  • A system error occurred during activation of user {0}.
  • The activation token or code may have expired.

Resolution

  1. Try activating the user again.
  2. If the issue persists, contact support.

US0005

Message

Failed to deactivate the user '{0}' ({1}). Please try again.

Description

The user deactivation process failed.

Root Cause

  • A system error occurred during deactivation of user {0}.

Resolution

  1. Try deactivating the user again.
  2. If the issue persists, contact support.

US0006

Message

The user '{0}' ({1}) is already activated.

Description

The user is already in an active status.

Root Cause

  • User {0} has already been activated previously.

Resolution

  1. No action needed; the user is already active.

US0007

Message

The user '{0}' ({1}) is already deactivated.

Description

The user is already in a deactivated status.

Root Cause

  • User {0} has already been deactivated previously.

Resolution

  1. No action needed; the user is already deactivated.

US0008

Message

Invalid code provided, please request a code again.

Description

The verification code provided is invalid.

Root Cause

  • The code does not match the expected value.
  • The code may have already been used.

Resolution

  1. Request a new verification code and try again.

US0009

Message

Invalid verification code provided, please try again.

Description

The verification code entered is invalid.

Root Cause

  • The confirmation code does not match or has expired.

Resolution

  1. Enter the correct verification code.
  2. Request a new code if the current one has expired.

US0010

Message

Signature is expired, please try again.

Description

The request signature has expired.

Root Cause

  • The authentication token or signature used in the request is no longer valid.

Resolution

  1. Re-authenticate to obtain a new token and retry the request.

US0011

Message

The user '{0}' ({1}) was removed from the system.

Description

The specified user has been removed from the system.

Root Cause

  • User {0} was deleted from the system and no longer exists.

Resolution

  1. Contact the system admin if this user needs to be restored.