> **Building with AI coding agents?** If you're using an AI coding agent, install the official Scalekit plugin. It gives your agent full awareness of the Scalekit API — reducing hallucinations and enabling faster, more accurate code generation.
>
> - **Claude Code**: `/plugin marketplace add scalekit-inc/claude-code-authstack` then `/plugin install <auth-type>@scalekit-auth-stack`
> - **GitHub Copilot CLI**: `copilot plugin marketplace add scalekit-inc/github-copilot-authstack` then `copilot plugin install <auth-type>@scalekit-auth-stack`
> - **Codex**: run the bash installer, restart, then open Plugin Directory and enable `<auth-type>`
> - **Skills CLI** (Windsurf, Cline, 40+ agents): `npx skills add scalekit-inc/skills --list` then `--skill <skill-name>`
>
> `<auth-type>` / `<skill-name>`: `agentkit`, `full-stack-auth`, `mcp-auth`, `modular-sso`, `modular-scim` — [Full setup guide](https://docs.scalekit.com/dev-kit/build-with-ai/)

---

# Manage team members

Invite team members to your Scalekit organization and manage their access and permissions.
Scalekit allows you to collaborate with your team by inviting members to your organization. Control who can access your dashboard and what actions they can perform based on their role.

## Access team management

Navigate to **Dashboard > Settings > Team** to view and manage team members.

## Team member roles

Scalekit supports two roles with different permission levels:

| Role | Permissions |
| ---- | ----------- |
| **Owner** | Full access to all settings, billing, and team management. Can invite and remove members. |
| **Member** | View and manage authentication configurations, but cannot access billing or remove other members. |

> caution: At least one owner required
>
> Your organization must have at least one owner at all times. The last owner cannot
> leave or change their role.

## Invite team members

1. Navigate to **Dashboard > Settings > Team**
2. Click **Invite member**
3. Enter the team member's email address
4. Select their role (Owner or Member)
5. Click **Send invite**

The invited member receives an email with a link to join your organization. They must sign in with their existing Scalekit account or create a new account to accept the invitation.

## Manage pending invitations

View and manage pending invitations from the Team settings page:

- **Resend invite** - Send a reminder email for pending invitations
- **Cancel invite** - Revoke a pending invitation before it's accepted

## Change member roles

1. Navigate to **Dashboard > Settings > Team**
2. Find the team member whose role you want to change
3. Click the **Role** dropdown next to their name
4. Select the new role

> tip: Promote carefully
>
> Only grant Owner role to trusted team members who need full access to billing
> and team management.

## Remove team members

1. Navigate to **Dashboard > Settings > Team**
2. Find the team member you want to remove
3. Click the **Remove** button next to their name
4. Confirm the removal

Removed team members immediately lose access to your organization's dashboard and configurations.

## Team member activity

View recent activity for each team member, including:
- When they joined the organization
- Recent configuration changes they made
- Last sign-in time

## Security best practices

- **Use the principle of least privilege** - Grant Member role by default
- **Regularly review team access** - Remove members who no longer need access
- **Monitor audit logs** - Track team member activity in the auth logs
- **Enable SSO for team access** - Require SSO authentication for dashboard access


---

## More Scalekit documentation

| Resource | What it contains | When to use it |
|----------|-----------------|----------------|
| [/llms.txt](/llms.txt) | Structured index with routing hints per product area | Start here — find which documentation set covers your topic before loading full content |
| [/llms-full.txt](/llms-full.txt) | Complete documentation for all Scalekit products in one file | Use when you need exhaustive context across multiple products or when the topic spans several areas |
| [sitemap-0.xml](https://docs.scalekit.com/sitemap-0.xml) | Full URL list of every documentation page | Use to discover specific page URLs you can fetch for targeted, page-level answers |
