User Related Messages
Error codes related to user account operations, including registration conflicts, activation, deactivation, and verification.
Overview
| Code | Message | Description |
|---|---|---|
US0001 | An account with the given email already exists. | An account with the provided email address is already registered in the system. |
US0002 | User 0 does not exist | No user was found with the provided ID or username. |
US0003 | User 0 has already existed in group 1 | The user is already a member of the specified group. |
US0004 | Failed to activate the user '0' (1). Please try again. | The user activation process failed. |
US0005 | Failed to deactivate the user '0' (1). Please try again. | The user deactivation process failed. |
US0006 | The user '0' (1) is already activated. | The user is already in an active status. |
US0007 | The user '0' (1) is already deactivated. | The user is already in a deactivated status. |
US0008 | Invalid code provided, please request a code again. | The verification code provided is invalid. |
US0009 | Invalid verification code provided, please try again. | The verification code entered is invalid. |
US0010 | Signature is expired, please try again. | The request signature has expired. |
US0011 | The 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
- Use a different email address.
- 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
- 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
- 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
- Try activating the user again.
- 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
- Try deactivating the user again.
- 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
- 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
- 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
- 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
- Enter the correct verification code.
- 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
- 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
- Contact the system admin if this user needs to be restored.