Update search attribute in IdentityNow.

PATCH {{baseUrl}}/accounts/search-attribute-config/:name

This API updates an existing Search Attribute Configuration. The following fields are patchable: name, displayName, applicationAttributes A token with ORG_ADMIN authority is required to call this API.

Request Body

{"0"=>{"op"=>"replace", "path"=>"/name", "value"=>"newAttributeName"}, "1"=>{"op"=>"replace", "path"=>"/displayName", "value"=>"new attribute display name"}, "2"=>{"op"=>"add", "path"=>"/applicationAttributes", "value"=>{"2c91808b79fd2422017a0b35d30f3968"=>"employeeNumber"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"name":"newMailAttribute","displayName":"New Mail Attribute","applicationAttributes":{"2c91808b79fd2422017a0b35d30f3968":"employeeNumber","2c91808b79fd2422017a0b36008f396b":"employeeNumber"}}