Skip to main content
Workspaces are your team’s home in MossDesk. Each workspace has its own contacts, deals, and settings. Use these commands to switch between workspaces, manage members, and send invites.

moss workspace list

List all workspaces you belong to.
moss workspace list

moss workspace switch

Switch the active workspace.
moss workspace switch --id ws_abc123
OptionRequiredDescription
--id <id>YesWorkspace ID to switch to

Member Commands

moss workspace member list

List members of the current workspace.
moss workspace member list

moss workspace member remove

Remove a member from the workspace. Requires owner role.
moss workspace member remove --id usr_abc123 --confirm
OptionRequiredDescription
--id <id>YesUser ID of the member to remove
--confirmYesConfirm removal (required for destructive operations)
Removing a member revokes their access to this workspace immediately.

Invite Commands

moss workspace invite list

List pending invitations for the current workspace.
moss workspace invite list

moss workspace invite create

Invite a new member to the workspace. Requires owner role.
moss workspace invite create --email "bob@acme.com" --role member
OptionRequiredDescription
--email <email>YesEmail address to invite
--role <role>NoRole: member (default) or owner

moss workspace invite revoke

Revoke a pending invitation. Requires owner role.
moss workspace invite revoke --id inv_abc123 --confirm
OptionRequiredDescription
--id <id>YesInvite ID
--confirmYesConfirm revocation (required for destructive operations)

moss workspace invite accept

Accept a workspace invitation.
moss workspace invite accept --token <invite-token>
OptionRequiredDescription
--token <token>YesInvite token