is it possible to form teams or autojoin workspaces? #538
|
I'm evaluating to set this up for a company, I got this to work with oauth which is great but ideally new users could join a team and see the whole knowledge base, right now I understand that a workspace could be shared individually, but it would be awesome to be able to form teams for granular access and/or just autojoin the team via sharing the same domain account for example. Is any of this in consideration or are the ways to achieve something like this? Thanks! |
Replies: 4 comments 5 replies
|
Hey, indeed it's not possible at the moment but I'll work on it, it's a good idea! |
|
Hey @rcarvajal-workmed , I've started working on a system to create invitations to a workspace / category / documents:
Do you think this is sufficient for your needs, or would you need something else? |
|
I understand this need. In addition to the ability to join workspaces via code, I could also develop joining teams using the same system. A team would be a kind of special account (similar to GitHub organizations, for example), which could contain workspaces, document categories, etc. A user could join a team (either manually or via code/link) with different permission levels, and it would be possible to manage users within these teams. This might take some time to develop, but I can work on it in the coming weeks (I won't have time in the next 10 days). |
|
Hey @rcarvajal-workmed , just a heads-up: I've built a Team system. A Team is a special workspace that can contain everything (other workspaces, documents, categories, uploads, etc.). You can easily invite people to a Team by sharing an invitation link or adding them individually. It also supports advanced permission management. For example, you can grant read access to the entire Team while restricting write access to specific workspaces or categories, depending on your needs.
You only need to configure the invitation codes that match your requirements. Users can then join the appropriate category (or the entire Team) directly, without requiring any manual action for each individual. The system should be available in version 8.10.0
|





Hey, indeed it's not possible at the moment but I'll work on it, it's a good idea!