Skip to main content
Adds, updates and removes workspace members, and generates the invite code used to join one. <group> is one of owner, admin, maintain, manager or view: owner and admin have full management, maintain adds operational access, manager covers monitoring and lifecycle control, and view is read-only.
squarecloud workspace member invite-code
# Generates your own single-use invite code, valid for 5 minutes. Share it with the workspace owner or an admin.
squarecloud workspace member add <workspaceID> <inviteCode> <group>
# Adds the user who generated <inviteCode> to the workspace with the given permission group.
squarecloud workspace member update <workspaceID> <memberID> <group>
# Changes an existing member's permission group.
squarecloud workspace member remove <workspaceID> <memberID>
# Removes a member from the workspace.
The remove subcommand is destructive: it asks for y/N confirmation before removing the member. Pass -y/--yes to skip the prompt.
squarecloud workspace member remove <workspaceID> <memberID> -y
# Removes the member without a confirmation prompt.
Use squarecloud workspace member --help for more information about this command.