Create Identity Attribute

POST {{baseUrl}}/identity-attributes

Use this API to create a new identity attribute.

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: Created

{"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"}}]}