nora

Team

Invite teammates, change roles, remove members, and transfer organization ownership.

The Team page is the roster and membership-management view for your organization. Owners and admins use it to bring new teammates in, promote or demote them, and hand off ownership. Regular members can see the roster (to know who's who) but won't see the mutation actions.

Where to find it

Sidebar → Team. Viewing the list requires the member.read permission; inviting and managing members requires member.create. Without member.read you'll see a locked state with a pointer to ask an admin.

Invite a member

  1. Click Invite member in the top right.
  2. Enter the teammate's Email address.
  3. Pick a Role: Member or Admin.
  4. Click Send invite.
  5. The dialog closes with a success toast. The invitation appears in the Pending Invitations section until they accept.

The invite email is sent automatically. They click the link in the email and are walked through accepting the invite and joining your organization.

Change a member's role

  1. On the member's row, click the three-dots action menu at the end.
  2. Pick Change role.
  3. In the dialog, select the new role and confirm.
  4. The table refreshes with the new role badge.

Owners can promote/demote admins and members. Admins can manage members but can't touch other admins or the owner.

Remove a member

  1. On the member's row, open the action menu and pick Remove member.
  2. Read the confirmation — removal is immediate and ends the member's access to this organization.
  3. Click the confirm button.

The member disappears from the table. They can be re-invited at any time with a fresh invitation.

Transfer ownership

  1. On the target member's row, open the action menu and pick Transfer ownership.
  2. Read the confirmation: the target becomes the owner and your role drops to admin.
  3. Click Transfer ownership.
  4. A success toast confirms the transfer and the table updates.

Cancel a pending invitation

  1. Scroll to the Pending Invitations section below the members table.
  2. Find the invitation and click its Cancel button.
  3. The invitation is revoked. Send a fresh one if you change your mind.

Gotchas

  • You can't remove or transfer ownership directly to/from yourself. Leaving an org is a separate flow (out of scope for this page).
  • Invitations can expire. If a teammate's invite went stale, cancel it and send a new one to extend the validity window.
  • Transfer ownership is one-way from your side. Once the new owner accepts the role, only they can transfer it back.
  • The "You" badge appears next to your own row so you never mistake it for someone else's.
  • Capability flags override permission fallbacks. The backend can return canInviteMembers and canViewInvitations flags per context; when absent, the dashboard falls back to the member.create permission check. If the Invite button is missing, check your permission.

See also

  • API keys — scoped to the same organization and instance as your team members; both lists reflect who can call the API.

On this page