Skip to content
Merged

api #756

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/users-roles.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Invite team members or external guests and assign roles
description: "How to create teams, invite members and assign roles in Plausible Analytics. Covers owner, admin, viewer, billing and guest roles with per-site access control."
description: "How to create teams, invite members and assign roles in Plausible Analytics. Covers owner, admin, viewer, billing and guest roles with per-site access control and role-based access control (RBAC)."
---

import useBaseUrl from '@docusaurus/useBaseUrl';

Plausible allows you to create a team for your organization, invite team members to view stats and change your site settings, and to manage your Plausible subscription and invoices as well. You can also invite external collaborators as guests and give them access to specific sites only.
Plausible allows you to create a team for your organization, invite team members to view stats and change your site settings, and to manage your Plausible subscription and invoices as well. Access is controlled by role-based access control (RBAC): each member is assigned a role that determines what they can see and manage. You can also invite external collaborators as guests and give them access to specific sites only.

Teams also work well for agency and freelance workflows. You can create one team per client, add that client's sites to their team and invite the client as a member of their own team. Each team has its own subscription and billing, so each client can be billed independently. You can be a member of multiple teams with a single Plausible login and switch between them from the menu in the top right of your account. For a full overview of agency workflows and white-labeling options, see [Plausible for freelancers and agencies](https://plausible.io/for-freelancers-agencies) and [white-label analytics](https://plausible.io/white-label-web-analytics).

Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = {
],
},
],
'Data access': [
'APIs & Data Access': [
'data-access',
'stats-api',
'stats-api-playground',
Expand Down
Loading