Update Account

PUT {{baseUrl}}/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 ORGADMIN, SOURCEADMIN, 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 Body

{"attributes"=>{"city"=>"Austin", "displayName"=>"John Doe", "userName"=>"jdoe", "sAMAccountName"=>"jDoe", "mail"=>"john.doe@sailpoint.com"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring