PUT
/
identity
/
accounts
Update Account
curl --request PUT \
  --url https://api.paxos.com/v2/identity/accounts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "account": {
    "id": "79c27a0e-46a2-4276-9769-e1ebc055fa72",
    "members": [
      {
        "identity_id": "11a3122a-0c50-4950-9934-2ad48a782b78",
        "roles": [
          "FINANCIAL_ADVISOR"
        ]
      },
      {
        "identity_id": "08ba6b70-bcc0-4e4a-a67f-1d28842dedfc",
        "roles": [
          "AUTHORIZED_USER"
        ]
      },
      {
        "identity_id": "2dedfc70-a67f-4e4a-bcc0-1d288408ba6b",
        "roles": [
          "BENEFICIAL_OWNER"
        ]
      }
    ]
  }
}'
{
  "created_at": "2014-02-20T04:22:22.222221Z",
  "id": "79c27a0e-46a2-4276-9769-e1ebc055fa72",
  "identity_id": "0acd56b7-140b-4b29-83e4-7e717f03afd9",
  "members": [
    {
      "identity_id": "11a3122a-0c50-4950-9934-2ad48a782b78",
      "roles": [
        "FINANCIAL_ADVISOR"
      ]
    },
    {
      "identity_id": "08ba6b70-bcc0-4e4a-a67f-1d28842dedfc",
      "roles": [
        "AUTHORIZED_USER"
      ]
    },
    {
      "identity_id": "2dedfc70-a67f-4e4a-bcc0-1d288408ba6b",
      "roles": [
        "BENEFICIAL_OWNER"
      ]
    }
  ],
  "summary_status": "PENDING",
  "updated_at": "2022-02-24T04:20:22.222222Z"
}

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

Response

200 - application/json

A successful response.

The response is of type object.