Each user is able to create as many as workspaces (like team) as they want. Each workspace has it's own users, and roles. They share the same capabilities but completely isolated from each other.

No one in workspace A cannot connect to workspace B.

curl --data '{"name":"workspace_10840350"}' -X POST http://localhost:4500/workspace
{
  "data": {
    "name": "workspace_10840350",
    "uniqueId": "cb371cbf"
  }
}