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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
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"}}]}