Create Identity Attribute

POST {{baseUrl}}/identity-attributes

This creates a new identity attribute.

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

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