Team Management and Roles

5 min read

This guide covers the technical details of WittyForm's team management system, including the invitation flow, the two role model, the permission model, and how team features interact with billing and the API. Team management requires the Pro plan or above.

Invitation flow

When the Owner invites a new member, the following sequence occurs:

  1. An invitation record is created with the invitee's email, the Editor role, and an expiration timestamp set to 7 days from creation.
  2. WittyForm sends a transactional email containing a unique invitation link in the formathttps://wittyform.com/invite/[token]. The token is a signed JWT containing the workspace ID, the Editor role, and the expiration.
  3. If the invitee has an existing WittyForm account, clicking the link adds them to the workspace immediately and redirects to the workspace dashboard.
  4. If the invitee does not have an account, clicking the link opens the sign-up flow with the workspace pre-filled. After completing registration, they are automatically added to the workspace as an Editor.
  5. Expired invitations can be resent, which generates a new token and resets the 7-day expiration window.

The two roles

WittyForm uses a simple two role model. Every workspace has exactly one Owner, and everyone you invite joins as an Editor:

  • Owner: the person who created the workspace and holds the subscription. The Owner manages billing, invites and removes members, edits workspace settings, and can delete the workspace.
  • Editor: a collaborator who can build, edit, publish, and manage forms and quizzes, view responses and analytics, and set up integrations. New invites are always Editors.

There is no separate Admin or Viewer tier. If you need to hand the workspace to someone else, the Owner can transfer ownership from the danger zone in workspace settings.

Permission matrix

The following table details every permission and which role has access:

PermissionOwnerEditor
View formsYesYes
View responsesYesYes
View analyticsYesYes
Export responsesYesYes
Create forms/quizzesYesYes
Edit forms/quizzesYesYes
Delete forms/quizzesYesYes
Publish/unpublish formsYesYes
Manage integrationsYesYes
Manage webhooksYesYes
Invite/remove membersYesNo
Workspace settingsYesNo
Brand profileYesNo
Billing managementYesNo
Transfer ownershipYesNo
Delete workspaceYesNo

Billing inheritance

All team members in a workspace operate under the workspace Owner's subscription tier. Individual members do not need their own paid plan to access Pro or Enterprise features: the Owner's plan covers the entire workspace.

If a member belongs to multiple workspaces, the features available to them depend on which workspace they are currently working in. A member might have Enterprise features in one workspace (where the Owner has an Enterprise plan) and only Free tier features in another.

Team seat limits vary by plan:

PlanIncluded seats
Free1 (Owner only)
Pro10
EnterpriseUnlimited

WittyForm is a one time lifetime purchase, so there are no per seat monthly charges. Your plan determines how many people you can bring into a workspace.

API access scopes

API keys are generated at the workspace level, not per user. The key's scope determines what operations it can perform:

API scopeCapabilities
readList forms and retrieve responses
writeAll read capabilities plus create and edit forms and submit responses
adminAll write capabilities plus delete forms and manage webhooks

The Owner generates and manages API keys for the workspace. Choose the narrowest scope your integration needs.

$37 · paid once

Ready to Build Forms That Actually Convert?

Start free and keep the five forms for good, or pay once and unlock all of it — unlimited forms, ten team members, AI, CRM, white label and the API. No renewal, ever.

14-day money-backInstant accessNo subscription, ever
Team Management and Roles