Skip to main content

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

FieldRequiredType

account_guid

The unique id for an account.

Required
String

member_guid

The unique id for a member.

Required
String

user_guid

The unique identifier for a user, beginning with the prefix USR-.

Required
String

Request Body

FieldRequiredType

account

Required
Object
Loading...