Team
// Overview
/applications/[applicationName]/team is where you collaborate. The page is split into Active members and Pending invites. Every action here is scoped to a single application — invitations and permissions do not leak across apps.
// Inviting a user
The inviteUserButton opens a dialog that accepts a username or email. The recipient sees the invite in their /applications page and accepts or declines from there. The button is only visible to owners and members with ManageTeam.
// Active members
The members list shows every collaborator including the owner. Per row you get:
- PERMManage permissions opens the permission editor with 14+ toggles (see Permissions). Disabling a See permission auto-disables the corresponding Manage permission.
- KICKKick member removes the collaborator. You cannot kick yourself or the owner.
- XFRTransfer ownership hands the application to another member; the previous owner stays as a member with full permissions until removed.
// Pending invites
Below the active list, the Pending invites section shows every invitation you have sent that has not been accepted or declined yet. Each row has a Revoke action; revoking immediately invalidates the invite link.
// Permissions
Viewing requires being a member of the application. Inviting, kicking and editing permissions require ManageTeam or owner. Transfer ownership is only available to the current owner.