Skip to main content
POST
Add a party to an account
Associates a party with the account in a role. A party can hold only one role per account.

Authorizations

Path Parameters

accountId
string<uuid>
required

Unique account identifier

Body

application/json
partyId
string<uuid>
required

ID of the party to add to the account

roleType
enum<string>
required

Role type for the party-account relationship

Available options:
ACCOUNT_HOLDER

Response

Party role added

success
boolean

Indicates whether the request was successful

result
object

Represents the relationship between a Party and an Account