JavaScript
Users
Check User Access
Checks whether a user has access to an account, product, or experience the caller can reach.
GET
JavaScript
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
Example:
"2026-07-20"
Path Parameters
The user_ tag or username to check access for.
An account (biz_), product (prod_), or experience (exp_) ID.

