Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions fern/products/dashboard/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ navigation:
path: ./pages/overview.mdx
- section: Configuration
contents:
- page: Add a member
path: ./pages/add-member.mdx
slug: add-member
- page: Member permissions
path: ./pages/permissions.mdx
slug: permissions
Expand Down
39 changes: 39 additions & 0 deletions fern/products/dashboard/pages/add-member.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Add a member
description: Invite team members to your Fern organization and assign roles.
---

<Markdown src="/snippets/agent-directive.mdx"/>

[Admins](/learn/dashboard/configuration/permissions) can invite new members to a Fern organization from the [Fern Dashboard](https://dashboard.buildwithfern.com/members). Each member is assigned a role that controls their Dashboard and CLI access.

<Note>
Your [plan](https://buildwithfern.com/pricing) determines how many members you can add. See [Member permissions](/learn/dashboard/configuration/permissions#team-members-by-plan) for details.
</Note>

## Invite a member

<Steps>
<Step title="Open the Members page">

Navigate to the [Fern Dashboard](https://dashboard.buildwithfern.com/members) and select **Members** from the sidebar.
</Step>

<Step title="Send an invite">

Select **Invite member**, enter the new member's email address, and choose a role: **Admin**, **Editor**, or **Viewer**. See [Member permissions](/learn/dashboard/configuration/permissions#role-types) for a description of each role.
</Step>

<Step title="Member accepts the invite">

The invited member receives an email with a link to join your organization. Once they accept, they appear in the members list with their assigned role.
</Step>
</Steps>

## Change a member's role

To update a member's role, open the [Members](https://dashboard.buildwithfern.com/members) page, find the member, and select a new role from the dropdown next to their name.

## Remove a member

To remove a member from your organization, open the [Members](https://dashboard.buildwithfern.com/members) page, find the member, and select **Remove**.
7 changes: 7 additions & 0 deletions fern/products/dashboard/pages/changelog/2026-03-12.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tags: ["members"]
---

## Add a member page

A new [Add a member](/learn/dashboard/configuration/add-member) page walks you through inviting team members to your Fern organization and assigning roles.
7 changes: 7 additions & 0 deletions fern/products/dashboard/pages/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Visit your team's [Dashboard](https://dashboard.buildwithfern.com/) and complete
>
Configure your custom domain with automatic DNS record provisioning.
</Card>
<Card
title="Add a member"
icon="regular user-plus"
href="/learn/dashboard/configuration/add-member"
>
Invite team members to your organization and assign roles.
</Card>
<Card
title="Member permissions"
icon="regular users"
Expand Down
Loading