Skip to main content
POST
Add a person to an existing account.

Authorizations

Authorization
string
header
required

Enter your access token (OAuth / JWT).

Path Parameters

accountUid
string | null
required

The account's unique identifier

Body

application/json

The person-account membership to create

Uid
string | null
Maximum string length: 10
_objectType
string | null
ActivityEventData
unknown
Person
object | null
Example:
Account
Account · object | null

Circular reference to Account (not expanded here).

IsPrimary
boolean
ReceiveInvoices
boolean
Role
enum<integer> | null

1 - Admin, 2 - FullAccess, 3 - Operator

Available options:
1,
2,
3

Response

Created
string<date-time>
required
read-only
Minimum string length: 1
Updated
string<date-time>
required
read-only
Minimum string length: 1
Uid
string | null
Maximum string length: 10
_objectType
string | null
ActivityEventData
unknown
Person
object | null
Example:
Account
Account · object | null

Circular reference to Account (not expanded here).

IsPrimary
boolean
ReceiveInvoices
boolean
Role
enum<integer> | null

1 - Admin, 2 - FullAccess, 3 - Operator

Available options:
1,
2,
3