go back to CustomerService

GET /customers

Retrieves a List of customers with a full or partial name match to the given query.

Roles that can access this endpoint are Users.

Parameters

name description type default type
q string for which to search for customers by name or ID query String

Result

List < RowCustomer > of type: application/xml application/json

a list of RowCustomer objects

Try It Out

Request

- Authentication Help
- String