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

# IAM

> Confidence IAM is a service for identity and access management.

Confidence IAM is a service for identity and access management of the users and API clients that are part of your Confidence organizations. Confidence IAM provides endpoints for setting roles and permissions of your users and creating API clients for directly accessing the APIs.

All use of the Confidence IAM API is free of charge.

## Use Confidence IAM

<CardGroup cols={2}>
  <Card title="Fetch and List Users" href="/docs/api/how-to-guides/iam/manage-users">
    Learn how to fetch and list users.
  </Card>

  <Card title="Manage API Clients" href="/docs/api/how-to-guides/iam/manage-api-clients">
    Learn how to create API clients.
  </Card>

  <Card title="Create OAuth Apps" href="/docs/api/how-to-guides/iam/create-oauth-apps">
    Learn about Confidence and third-party apps.
  </Card>
</CardGroup>
