Teams
Last updated
Was this helpful?
The Teams section helps you control who can access your organization, and what each member can do.
In Teams, you can:
view all organization members,
invite/add new members,
remove members,
update member role and access scope,
control workspace-level access,
control private chat eligibility based on permissions.
Flashgate uses role-based access control. Common role levels include:
USER: basic usage
BILLING: billing/subscription operations
WORKSPACES: workspace and team operations
ADMINISTRATOR: administrative settings and user management
OWNER: full control
For production setups, team governance should include:
explicit workspace assignment,
least-privilege role configuration,
periodic review of access to repositories and private chat environments.
Add members with the minimum role needed.
Use ADMINISTRATOR/OWNER roles sparingly.
Remove inactive users quickly.
Re-check permissions after org restructures.
GET /organization/users
POST /organization/users
GET /organization/users/{userId}
PUT /organization/users/{userId}
DELETE /organization/users/{userId}
POST /organization/users/{userId}/activate
Last updated
Was this helpful?
Was this helpful?