Skip to main content
POST
Add Account Members
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Body

application/json
account_id
string
required

ID of account to which members will be added.

members
object[]
required

A non-empty array of account members to be added. Account members allow additional identities to act on this account (e.g. joint accounts).

Response

200 - application/json

A successful response.

account_id
string
required

ID of account to which members were added.

members
object[]

List of account members that were added to the account.