Skip to main content

Get the details of a specific extended search attribute in IdentityNow.

GET 

/accounts/search-attribute-config/:name

This API accepts an extended attribute name and retrieves the corresponding extended attribute configuration. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    name stringrequired

    Name of the extended search attribute configuration to delete.

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