Skip to main content

Return all client names of a setup

GET 

/v2/modules/:module/setups/:setupId/clients/names

Returns a map of client identifiers to their human-readable display names for all clients in the setup. This is particularly useful for populating selection lists in management UIs without having to fetch full client details.

Request

Path Parameters

    module stringrequired
    setupId stringrequired

Responses

Client names found for the setup

Schema

    string

Loading...