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
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Content-Type | string | ||
Accept | string |
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"}}]}