Update Identity Attribute

PUT {{baseUrl}}/identity-attributes/:name

This updates an existing identity attribute. Making an attribute searchable requires that the system, standard, and multi properties be set to false.

Request Body

{"name"=>"costCenter", "displayName"=>"Cost Center", "standard"=>false, "type"=>"string", "multi"=>false, "searchable"=>false, "system"=>false, "sources"=>[{"type"=>"rule", "properties"=>{"ruleType"=>"IdentityAttribute", "ruleName"=>"Cloud Promote Identity Attribute"}}, {"type"=>"rule", "properties"=>{"ruleType"=>"IdentityAttribute", "ruleName"=>"Cloud Promote Identity Attribute"}}]}

HEADERS

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"name":"costCenter","displayName":"Cost Center","standard":false,"type":"string","multi":false,"searchable":false,"system":false,"sources":[{"type":"rule","properties":{"ruleType":"IdentityAttribute","ruleName":"Cloud Promote Identity Attribute"}},{"type":"rule","properties":{"ruleType":"IdentityAttribute","ruleName":"Cloud Promote Identity Attribute"}}]}