> For the complete documentation index, see [llms.txt](https://docs.heeler.com/mrecEO40m5D6bt7Pq5pE/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.heeler.com/mrecEO40m5D6bt7Pq5pE/get-started/users-and-access.md).

# Users and Access

Bring your team into Heeler — single sign-on, automated provisioning, and role-based permissions.

Once Heeler is producing value, bring the rest of your team in and control what each person can do. Heeler handles authentication and provisioning through your existing identity provider, and scopes what users see and change with roles.

## In this section

<table><thead><tr><th width="280">Page</th><th>What it covers</th></tr></thead><tbody><tr><td><a href="/mrecEO40m5D6bt7Pq5pE/get-started/users-and-access/managing-users.md">Managing Users</a></td><td>Invite people one at a time, edit / disable / reset / delete accounts, and turn on two-factor authentication.</td></tr><tr><td><a href="/mrecEO40m5D6bt7Pq5pE/get-started/users-and-access/api-keys.md">API Keys</a></td><td>Create and revoke tenant API keys for the REST API and the CLI.</td></tr><tr><td><a href="/mrecEO40m5D6bt7Pq5pE/get-started/users-and-access/saml.md">SAML SSO</a></td><td>Configure SAML 2.0 single sign-on so users log in through your identity provider.</td></tr><tr><td><a href="/mrecEO40m5D6bt7Pq5pE/get-started/users-and-access/scim-provisioning.md">SCIM Provisioning</a></td><td>Automate account creation, updates, and deactivation with SCIM 2.0 — access is granted and revoked as your IdP changes.</td></tr><tr><td><a href="/mrecEO40m5D6bt7Pq5pE/get-started/users-and-access/roles-and-permissions.md">Roles &#x26; Permissions</a></td><td>Control what each user can see and do with role-based access.</td></tr></tbody></table>

{% hint style="info" %}
**Order matters:** set up [SAML SSO](/mrecEO40m5D6bt7Pq5pE/get-started/users-and-access/saml.md) first — [SCIM provisioning](/mrecEO40m5D6bt7Pq5pE/get-started/users-and-access/scim-provisioning.md) builds on it, creating users that authenticate through your IdP.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.heeler.com/mrecEO40m5D6bt7Pq5pE/get-started/users-and-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
