> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nylon.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Invite your team

> Add people to your Nylon organization, manage pending invitations, and remove access.

Connections, API keys, webhooks and billing all belong to the **organization**, so inviting someone gives them the same connected accounts and the same webhook endpoints you have — not a copy.

Team settings are at **Settings → Team**. Open settings from your avatar in the top left of the sidebar.

## Invite someone

<Steps>
  <Step title="Select Invite">
    The button is in the top right of the Team panel. It only appears if your role can manage members.
  </Step>

  <Step title="Enter their email and choose a role">
    Admin or Member. See [Roles and permissions](/help/roles-and-permissions) for what each can do.
  </Step>

  <Step title="Send it">
    They get an email with a link. If they already have a Nylon account, they are added to the organization straight away.
  </Step>
</Steps>

<Frame caption="Team settings, with members and their roles.">
  <img src="https://mintcdn.com/nylon/1o7WQUbeKU2Ntf4c/images/screenshots/settings-team.png?fit=max&auto=format&n=1o7WQUbeKU2Ntf4c&q=85&s=7e1867b1024d7227c65d9e3e0e344041" alt="Nylon Team settings panel listing members with their email and role, and an Invite button" width="2000" height="1640" data-path="images/screenshots/settings-team.png" />
</Frame>

## Pending invitations

An invitation that has not been accepted sits in the list with its role. Two controls at the end of the row:

* **Resend invite** — send the email again, for the usual reason.
* **Cancel invite** — withdraw it. The link stops working.

You can change a pending invitation's role before it is accepted.

<Note>
  Tell people to sign in **from the invitation link**, not from a bookmark. Signing in elsewhere first leaves the invitation unattached, and it has to be resent.
</Note>

## Changing someone's role

Select the role dropdown on their row. You cannot assign or change the **Owner** role — see [Roles and permissions](/help/roles-and-permissions).

## Removing someone

The icon at the end of the row removes a member — or, on your own row, leaves the organization.

<Warning>
  Removing someone does **not** revoke the API keys they created. API keys are owned by the person who made them, but they authenticate against the organization. Go to the **API** page and revoke any key that belonged to them, then roll out a replacement wherever it was used.
</Warning>

That is worth putting into your offboarding checklist, alongside rotating any [webhook signing secrets](/help/webhook-deliveries-and-failures) they had a copy of.

## Related

<Columns cols={2}>
  <Card title="Roles and permissions" icon="shield-check" href="/help/roles-and-permissions">
    What Owner, Admin and Member can each do.
  </Card>

  <Card title="Keep keys secure" icon="key" href="/help/keep-keys-secure">
    Rotating keys when someone leaves.
  </Card>
</Columns>
