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 flat file sources.

Request

Path Parameters

    id stringrequired

    Account ID.

    Example: ef38f94347e94562b5bb8424a56397d8

Body

required

    attributes

    object

    required

    The schema attribute values for the account

    property name* any

    The schema attribute values for the account

Responses

Async task details.

Schema

    id stringrequired

    id of the task

Loading...