Configure/create search attributes in IdentityNow.
POST {{baseUrl}}/accounts/search-attribute-config
This API accepts an attribute name, an attribute display name and a list of name/value pair associates of application IDs to attribute names. It will then validate the inputs and configure/create and attribute promotion configuration in the Link ObjectConfig. A token with ORG_ADMIN authority is required to call this API.
Request Body
{"name"=>"newMailAttribute", "displayName"=>"New Mail Attribute", "applicationAttributes"=>{"2c9180866166b5b0016167c32ef31a66"=>"mail", "2c9180866166b5b0016167c32ef31a67"=>"mail"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |