Skip to main content
PATCH
Update a product user

Authorizations

Authorization
string
header
required

Personal Access Token or OAuth 2.1 access token, sent as a bearer credential (Authorization: Bearer inf_pat_...). Read operations require a token with the READ scope; write operations (POST/PATCH/DELETE) require WRITE.

Path Parameters

id
string
required

Product-user id, as your product supplied it. Max 100 characters.

Required string length: 1 - 100

Body

application/json
properties
object
required

Properties to set, keyed in snake_case.

Response

A pending transaction.

data
object
meta
object

Envelope metadata present on every response.