Skip to content

Get the details of a specific extended search attribute in IdentityNow returns an object and not a array #64

@yannick-beot-sp

Description

@yannick-beot-sp

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions