Skip to main content

Retrieve a list of extended search attributes in IdentityNow.

GET 

/accounts/search-attribute-config

This API retrieves a list of attribute/application associates currently configured in IdentityNow. A token with ORG_ADMIN authority is required to call this API.

Request

Responses

List of attribute configurations 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...