As per
, the endpoint
beta/accounts/search-attribute-config/:name returns an array.
Based on my test, and what should be expected, is actually an object : the Search Attribute Config.
200 response should be fixed to:
responses:
'200':
description: Specific attribute configuration in IdentityNow.
content:
application/json:
schema:
$ref: '../schemas/SearchAttributeConfig.yaml'