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