> ## Documentation Index
> Fetch the complete documentation index at: https://docs.communityhub.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Permissions in Data Hub

> Data Hub has a two-role permission model — Admin and User — scoped per organization. There is no custom RBAC or row-level security today.

Data Hub does not have configurable, granular permissions. Access is scoped at the **organization** level, using two roles — see [Manage Users](/guides/managing-users) and [Core Concepts](/core-concepts#roles):

* **Admin** — associated with the entity responsible for an organization's account; invites and manages Users.
* **User** — someone using the system without being the billed party.

A user's access to a given organization's variables depends on their membership in that organization — there is no per-dashboard, per-dataset, or row-level permission layer beyond that. Custom roles and finer-grained permission sets are on the roadmap but not available today.

<Note>
  If you're looking for API-token scoping instead of UI permissions: Data API tokens are user-scoped — a token grants the same access the user's account already has. See [API Reference: Authentication](/api-reference/authentication).
</Note>
