Update account by member
This endpoint allows you to update certain attributes of an account resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update is_business, is_hidden and metadata.
PUT
/users/{user_guid}/members/{member_guid}/accounts/{account_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
account_guid The unique id for an | Required | String |
member_guid The unique id for a | Required | String |
user_guid The unique identifier for a | Required | String |
Request Body
| Field | Required | Type |
|---|---|---|
account | Required | Object |
Loading...