Skip to main content
POST
Create 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.

Body

application/json
email
string<email>
required

Required. Lower-cased and trimmed before storage.

userId
string

Your own product-user id. Omit it and one is generated for you.

orgIds
string[]

Organizations to link the user to, each its own transaction item.

Maximum array length: 100
properties
object

Product-user properties, keyed in snake_case.

Response

A pending transaction.

data
object
meta
object

Envelope metadata present on every response.