Skip to main content

Create Extended Search Attributes

POST 

/accounts/search-attribute-config

Create and configure extended search attributes. 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.

Request

Body

required

    name string

    Name of the new attribute

    displayName string

    The display name of the new attribute

    applicationAttributes object

    Map of application id and their associated attribute.

Responses

Accepted - Returned if the request was successfully accepted into the system.

Schema

    object

Loading...