mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
32 lines
1.3 KiB
Markdown
32 lines
1.3 KiB
Markdown
---
|
|
description: Share credentials within an organization.
|
|
---
|
|
|
|
# Credential sharing
|
|
|
|
!!! info "Feature availability"
|
|
* Available on some Cloud plans, and paid self-hosted plans.
|
|
* Requires [User management](/user-management/).
|
|
|
|
Credential sharing allows you to share a credential you created with other users in the same n8n workspace as you. The other users can then use the credential in their workflows. They can't access or edit the credential details.
|
|
|
|
To use credential sharing, you must enable [user management](/user-management/).
|
|
|
|
## Share a credential
|
|
|
|
1. Open the left menu and select **Credentials**. n8n shows a list of your credentials.
|
|
2. Select the credential you want to share. n8n opens the credential modal.
|
|
3. Select **Sharing**.
|
|
4. In **Add people**, browse or search for the user you want to share the credential with.
|
|
5. Select a user.
|
|
|
|
## Remove access to a credential
|
|
|
|
To unshare a credential:
|
|
|
|
1. Open the left menu and select **Credentials**. n8n shows a list of your credentials.
|
|
2. Select the credential you want to share. n8n opens the credential modal.
|
|
3. Select **Sharing**.
|
|
4. Select **Options** <span class="inline-image"></span> on the user you want to remove.
|
|
5. Select **Remove**.
|