1Password Users API Tester

A playground for the 1Password Users API for Partners (Public Preview). Authenticate with the OAuth 2.0 client credentials grant, then list, inspect, suspend, and reactivate users.

API docs

Requests run through a server-side proxy so your client secret never hits a browser CORS wall. Credentials live only in this session's memory and are sent to 1Password directly — nothing is stored. Requires a 1Password Business account with an OAuth application configured.

Connection & OAuth

Enter the client credentials generated by your 1Password OAuth application, then request a short-lived access token via the client credentials grant.

Used in the Users API path.

No access token yet. Request one above to call the Users API. Tokens are valid for 15 minutes.
Users

List, inspect, suspend, and reactivate users in the account. Requires an active access token.

Request an access token first to enable these actions.

Request inspector

No requests yet

Every call to the 1Password API is captured here with full request and response details.

Built with v0