Files
nocodb/packages/noco-docs/docs/040.bases/050.base-collaboration.md
Raju Udava 6548fbbea0 Nc docs/user management (#9244)
* docs: workspace ownership

* docs: change ws owner

* docs: base collaboration

* docs: update user access mgmt

* fix: project => base
2024-08-15 06:31:22 +05:30

42 lines
1.9 KiB
Markdown

---
title: 'Base collaboration'
description: 'Invite team members to work on a base'
tags: ['Bases', 'Collaboration', 'Members', 'Invite', 'Roles', 'Permissions']
keywords: ['NocoDB base', 'base collaboration']
---
A member added to a workspace will carry his assigned role specific permissions to all the base with in workspace. To override member permissions to your base, please follow steps outlined below:
1. Go to the left sidebar and select `Base name` to access the `Base Dashboard.`
2. Click on the `Members` tab.
3. Use the dropdown menu to specify the access permissions for the member you wish to collaborate.
4. Finalize the process by assigning the desired role to the user.
![image](/img/v2/base/base-collaboration.png)
:::note
- Any existing user can invite members to the base, but they can only assign a role to new members that is at most equal to their own role.
- Only the base owner / creator can change the role of a base member.
:::
More details about roles & permissions can be found [here](/roles-and-permissions/roles-permissions-overview).
## Removing members from your base
1. Go to the left sidebar and select `Base name` to access the `Base Dashboard.`
2. Click on the `Members` tab.
3. Use the dropdown menu to specify the access permissions for the member you wish to collaborate.
4. Assign the `No Access` role to the user.
![image](/img/v2/base/base-collaboration.png)
## Related articles
- [Base overview](/bases/base-overview)
- [Create an empty base](/bases/create-base)
- [Import base from Airtable](/bases/import-base-from-airtable)
- [Invite team members to work on a base](/bases/base-collaboration)
- [Share base publicly](/bases/share-base)
- [Rename base](/bases/actions-on-base#rename-base)
- [Duplicate base](/bases/actions-on-base#duplicate-base)
- [Bookmark base](/bases/actions-on-base#star-base)
- [Delete base](/bases/actions-on-base#delete-base)