Skip to main content

Configure/create extended search attributes in IdentityNow.

POST 

/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

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...