> ## Documentation Index
> Fetch the complete documentation index at: https://www.1password.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 1Password Users API for Partners (Public Preview) reference

This API reference documents the latest versions of the 1Password Users API for Partners specifications (v1beta1) and the 1Password OAuth API (v1).

<Warning>
  Integrations with the Users API are not currently supported if you use [automated provisioning](https://support.1password.com/provisioning/) with your 1Password account. You can manage actions, like suspending and reactivating users, through your identity provider.
</Warning>

## OpenAPI specifications

The Users API and OAuth API are REST-style APIs that follow the [OpenAPI 3.1.0 specification. <Icon icon="arrow-up-right-from-square" />](https://spec.openapis.org/oas/v3.1.0.html)

* [<Icon icon="download" /> Download the 1Password Users API for Partners (v1beta1) specification.](https://i.1password.com/media/1password-users-api/1password-users-api_v1beta1.yaml)
* [<Icon icon="download" /> Download the 1Password OAuth API (v1) specification.](https://i.1password.com/media/1password-users-api/1password-oauth-api_v1.yaml)

## Reference documentation

### OAuth API endpoints

* [Request an OAuth access token](/users-api/request-access-token)
* [Revoke an OAuth access token](/users-api/revoke-access-token)

### Users API endpoints

* [List users in an account](/users-api/list-users)
* [Get a specific user](/users-api/get-user)
* [Suspend a user](/users-api/suspend-user)
* [Reactivate a user](/users-api/reactivate-user)
