Skip to main content
GET
Get a product user by email

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

email
string
required

The product user's own email address. Max 200 characters.

Required string length: 1 - 200

Response

The product user, as one membership. data.properties carries every remaining column of the stored row.

data
object

One product user's membership of one organization.

meta
object

Envelope metadata present on every response.