Updating attributes using /v3/accounts

We will be creating and updating accounts on a Delimited File source using /v3/accounts.

We can create an account with the POST call, but if we want to update only one or two attributes such as updating their endDate, do we need to PUT the entire schema (even attributes that are not changing), or can we make a call for a partial update?

Hi Edward,

Please see this post: IdentityNow - Update Account API.

In short, you must provide the entire attribute list when using PUT. Any omitted attribute will be set to null.