Skip to main content

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

PATCH 

/accounts/search-attribute-config/:name

This API updates an existing Search Attribute Configuration. The following fields are patchable: name, displayName, applicationAttributes A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    name stringrequired

    Name of the Search Attribute Configuration to patch.

Body

arrayrequired
  • Array [
  • op stringrequired

    Possible values: [add, remove, replace, move, copy, test]

    The operation to be performed

    path stringrequired

    A string JSON Pointer representing the target path to an element to be affected by the operation

    value object

    The value to be used for the operation, required for "add" and "replace" operations

    oneOf

    string

  • ]

Responses

Responds with the Search Attribute Configuration as updated.

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