Team Management
Overview
Manage your team’s access to Fly. Add members, assign roles, and control who can do what. The first user to create the account becomes the team Admin.
How It Works
User Roles
JFrog Fly has two role types:
Admin – Full access to all Fly functionality:
| Permission | Admin |
|---|---|
| Push/Pull artifacts | Yes |
| View artifacts and releases | Yes |
| Manage workflows | Yes |
| Invite users | Yes |
| Update user roles | Yes |
| Delete users | Yes |
| Create/revoke all tokens | Yes |
| Manage team settings | Yes |
Developer – Standard development access:
| Permission | Developer |
|---|---|
| Push/Pull artifacts | Yes |
| View artifacts and releases | Yes |
| Manage workflows | Yes |
| View user list | Read-only |
| Create tokens | Yes |
| Revoke own tokens | Yes (only tokens they created) |
| Invite users | No |
| Update roles | No |
| Delete users | No |
| Revoke others’ tokens | No |
User Status
Active – User has completed sign-up, can access Fly Registry, and appears in searches and @mentions.
Pending – User has been invited but hasn’t signed up yet. You can resend the invitation if needed.
In Fly Web
Team management is currently available through Fly Web. You can view all team members, invite new users, assign roles, and remove members.
Viewing Team Members
Navigate to Team Management to see:
| Column | Description |
|---|---|
| Name | User’s full name |
| User’s email address | |
| Role | Admin or Developer |
| Status | Active or Pending |
| Last Login | Most recent login timestamp |
| Actions | Available actions (based on your role) |
Inviting Users (Admin Only)
- Click Invite User
- Fill in: Email Address (required) and Role (Admin or Developer)
- Click Send Invitation
- User receives an email with a welcome message, team name, and signup link
Updating User Roles (Admin Only)
- Navigate to Team Management
- Click on the user
- Select Change Role
- Choose new role and confirm
The system ensures at least one Admin always exists.
Removing Users (Admin Only)
- Navigate to Team Management
- Click on the user
- Select Delete User
- Confirm deletion
Next Steps
- Tokens → - Token permissions by role