|
| 1 | +# Groups |
| 2 | + |
| 3 | +## Purpose of Groups |
| 4 | + |
| 5 | +* Groups are used in ODM to simplify collaboration and data sharing. |
| 6 | +* Groups can represent locations, departments, or project teams, ensuring data is shared only with the relevant people. |
| 7 | +* Users see only the groups they are members of, unless they hold the **Manage groups** permission. |
| 8 | + |
| 9 | +Suggested groups structure: |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | +The list of all groups you are a member of can be browsed on the Groups page. A user with |
| 14 | +Manage groups permission can browse and manage all groups available in the system. |
| 15 | + |
| 16 | +## Creating Groups |
| 17 | + |
| 18 | +* Groups can be created in two ways: |
| 19 | + * **Manually** in the ODM graphical user interface. |
| 20 | + * **Automatically** via the SCIM API for integration with identity providers. |
| 21 | + |
| 22 | +* Prerequisites: None. Any user can create a group and invite other members. |
| 23 | + |
| 24 | +## Default Groups |
| 25 | + |
| 26 | +Upon installation, ODM creates two default groups (these should not be removed): |
| 27 | + |
| 28 | +* **All users**: all users are automatically added to this group. |
| 29 | +* **Curator**: a special group that grants edit permissions to members. |
| 30 | + |
| 31 | +## Group Roles |
| 32 | + |
| 33 | +* **Group members**: can access all data shared with their group and can share data |
| 34 | +with the group. |
| 35 | +* **Group admins**: can add or remove members and assign roles within their group. |
| 36 | +Admin rights do not extend to other groups. |
| 37 | +* **Special permission**: a user with **Manage groups** can manage all groups in the |
| 38 | +system, even if they are not a member. |
| 39 | + |
| 40 | +Once a user is added to a group, they immediately have access to all studies shared with the |
| 41 | +group. Removing a user from a group will revoke their access to all studies shared with the group. |
| 42 | + |
| 43 | +### Curator Group |
| 44 | + |
| 45 | +* Membership in the **Curator group** grants edit permissions. |
| 46 | +* Curators can import new studies, edit metadata, and track changes through version |
| 47 | +history. |
| 48 | +* Non-curators are considered **researchers**: they can browse and download but cannot |
| 49 | +contribute. |
| 50 | + |
| 51 | +If a user is not a member of the Curator they are considered as researchers and are able just to |
| 52 | +browse available studies and retrieve data, but not contribute to it. |
| 53 | + |
| 54 | +| Role | Member of Curator group? | Role | |
| 55 | +|------------|--------------------------|---------------------------------------------------| |
| 56 | +| Researcher | No | Browse, Search, Download | |
| 57 | +| Curator | Yes | All of the above + **Import Data, Edit Metadata** | |
0 commit comments