UserWorkspaceResponse
Response for user workspace management actions.
messageMessage (string)required
user_idUser Id (string)required
workspace_id object
anyOf
- string
- null
string
role object
anyOf
- string
- null
string
previous_workspace_name object
anyOf
- string
- null
string
UserWorkspaceResponse
{
"message": "string",
"user_id": "string",
"workspace_id": "string",
"role": "string",
"previous_workspace_name": "string"
}