Skip to main content

Update Account

PUT 

/accounts/:id

Use this API to update an account with a PUT request. This endpoint submits an account update task and returns the task ID.
A token with ORG_ADMIN, SOURCE_ADMIN, or SOURCE_SUBADMIN authority is required to call this API.

NOTE: You can only use this PUT endpoint to update accounts from sources of the "DelimitedFile" type.

Request

Path Parameters

    id stringrequired

    Account ID.

    Example: ef38f94347e94562b5bb8424a56397d8

Body

required
    attributes objectrequired

    The schema attribute values for the account

Responses

Async task details.

Schema
    id stringrequired

    id of the task

Loading...