Workspace Invitation Messages
Error messages returned during workspace user invitation and management operations.
Overview
| Code | Message | Description |
|---|---|---|
WKS001 | This user already exists in your workspace. | User already exists in the workspace |
WKS002 | This user already belongs to another workspace. | User already belongs to another workspace |
WKS003 | Invalid tenant ID format. Expected format: 0. | Invalid tenant ID format |
Error Code Details
WKS001
Message
This user already exists in your workspace.
Description
User already exists in the workspace.
Root Cause
- The user being invited is already a member of this workspace.
Resolution
- The user is already in your workspace; no action needed.
WKS002
Message
This user already belongs to another workspace.
Description
User already belongs to another workspace.
Root Cause
- The user being invited is already a member of a different workspace.
Resolution
- The user must leave the other workspace first before being invited to this one.
WKS003
Message
Invalid tenant ID format. Expected format: {0}.
Description
Invalid tenant ID format.
Root Cause
- The tenant ID provided does not match the expected format
{0}.
Resolution
- Use the correct tenant ID format as specified.