Skip to main content

Get Extended Search Attribute

GET 

/accounts/search-attribute-config/:name

Get an extended attribute configuration by name.

Request

Path Parameters

    name stringrequired

    Name of the extended search attribute configuration to get.

Responses

Specific attribute configuration in IdentityNow.

Schema

  • Array [

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

  • ]

Loading...