Skip to main content

List Extended Search Attributes

GET 

/accounts/search-attribute-config

Get a list of attribute/application associates currently configured in Identity Security Cloud (ISC). A token with ORG_ADMIN authority is required to call this API.

Responses

List of attribute configurations in ISC.

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