Arguments
Input object for creating a workspace.
Returns
Workspace identifier. Save this for adding users and other operations.
URL-friendly workspace identifier. Essential for creating reliable deep links that route customers to the correct workspace.
Workspace display name.
Workspace status (e.g., “active”).
Type of workspace. Will be automatically set to “partner” for partner accounts.
Example
Create one workspace per tax firm customer. If you manage 10 tax firms, create 10 workspaces. Save both the
workspaceId and slug for each workspace - you’ll need the workspace ID for adding users and the slug for generating deep links.Troubleshooting
Problem:createWorkspace fails
Solutions:
- Verify your access token is valid and not expired
- Check that
displayNameis provided and not empty - Ensure you have permission to create workspaces