Sign-up Approval Workflow
Users who self-register with email + password on the web require tenant-admin approval before they can use your tenant.
The Flow
- User registers at
/signup(email domain routes them to your tenant) and verifies their email with a one-time code (OTP). - Their membership enters pending approval state — they can't work in the tenant yet, and land on
/pending-approval. - A tenant admin reviews the request under Admin → Users → Pending Approvals.
- Approve — the membership is activated, and the user is notified by email.
- Reject — the request is denied, and the user is notified by email.
Re-approval
If a member was later disabled, they can raise a re-approval request; it appears for tenant admins to approve or reject, restoring their access when approved.
Notes
- Microsoft SSO web users are auto-approved when their Azure directory matches your registered
entraDirectoryId; otherwise they fall back to email-domain trust. - Teams users are linked automatically on first sign-in.
- The designated first admin for a tenant is auto-approved and promoted, so a brand-new tenant has someone to approve everyone else.
- After approval, grant the user project roles so they can participate in work — see Projects & Members.
:::note Approving an organization vs a user This page is about approving users into an existing tenant. Approving a new organization's self-serve registration is a separate, platform-admin task — see Tenants & Platform Admin. :::