> **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>`: `agent-auth`, `full-stack-auth`, `mcp-auth`, `modular-sso`, `modular-scim` — [Full setup guide](https://docs.scalekit.com/dev-kit/build-with-ai/)

---

# User management settings

User management settings allow you to configure how user data is handled in the environment and what attributes are available for users in your application. These settings are accessible from the **User Management** section in the Scalekit dashboard.

The Configuration tab provides several important settings that control user registration, organization limits, and branding.

![](@/assets/docs/fsa/user-management/2-configuration.png)

### Sign-up for your application

Control whether users can sign up and create new organizations. When enabled, users can register for your application and automatically create a new organization.

### Organization creation limit per user

Define the maximum number of organizations a single user can create. This helps prevent abuse and manage resource usage across your application.

### Limit user sign-ups in an organization

Use this when you need seat caps per organization—for example, when organizations map to departments or when plans include per‑org seat limits.

To set a limit from the dashboard:

![](@/assets/docs/manage-organization/limit-org-users.png)

1. Go to Organizations → Select an Organization → User management
2. Find Organization limits and set max users per organization. Save changes.

New users provisioning to this organizations are blocked until limits are increased. Configure them by updating the organization settings.
**Note:** This limit includes users in states "active" and "pending invite". Expired invites do not count toward the limit.

### Invitation expiry

Configure how long user invitation links remain valid. The default setting of **15 days** ensures that invitations don't remain active indefinitely, improving security while giving invitees reasonable time to accept.

### Organization meta name

Customize what you call an "Organization" in your application. This meta name appears throughout all Scalekit-hosted pages. For example, you might call it:
- "Company" for B2B applications
- "Team" for collaboration tools
- "Workspace" for productivity apps
- "Account" for multi-tenant systems

## User attributes

The User Attributes tab allows you to define custom fields that will be available for user profiles. These attributes help you collect and store additional information about your users beyond the standard profile fields.

![](@/assets/docs/fsa/user-management/1-user-profile.png)

When you define custom user attributes, they become part of the user's profile data that your application can access. This allows you to:

- Collect additional information during user registration
- Store application-specific user data
- Personalize user experiences based on these attributes
- Use the data for application logic and user management

---

## 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 |
