Skip to main content
Version: v2

WorkspaceMembership

The bot's relationship to a workspace: workspaceId and the corresponding membershipId

workspaceIdstringrequired

Workspace identifier

Example: ADK5NyCqIK
membershipIdstringrequired

The bot's member identifier (membershipId) in this workspace

Example: YKcsFqDNXk
WorkspaceMembership
{
"workspaceId": "ADK5NyCqIK",
"membershipId": "YKcsFqDNXk"
}