Skip to main content
POST
Add product users to an organization

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

Organization id, as your product supplied it. Max 100 characters.

Required string length: 1 - 100

Body

application/json
userIds
string[]
required
Required array length: 1 - 100 elements

Response

A pending transaction.

data
object
meta
object

Envelope metadata present on every response.