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"=>"uid", "displayName"=>"Identity Security Cloud Username", "standard"=>true, "type"=>"string", "multi"=>false, "searchable"=>true, "system"=>false, "sources"=>[{"type"=>"rule", "properties"=>{"attribute"=>nil, "sourceName"=>"Employees"}}, {"type"=>"rule", "properties"=>{"attribute"=>nil, "sourceName"=>"Employees"}}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"name":"uid","displayName":"Identity Security Cloud Username","standard":true,"type":"string","multi":false,"searchable":true,"system":false,"sources":[{"type":"rule","properties":{"attribute":null,"sourceName":"Employees"}},{"type":"rule","properties":{"attribute":null,"sourceName":"Employees"}}]}