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
DelimitedFiletype.
Request Body
{"attributes"=>{"city"=>"Austin", "displayName"=>"John Doe", "userName"=>"jdoe", "sAMAccountName"=>"jDoe", "mail"=>"john.doe@sailpoint.com"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |