go back to CustomerService

GET /customers/userSavedSearch

Retrieves a List of RowCustomer objects based on an existing saved search.

Roles that can access this endpoint are Users.

Parameters

name description type default type
userId string indicating the current user query String
createUserId string indicating the user who created the saved search query String
screenClassName string indicating the class of the screen that is related to the saved search query String
searchName string indicating the name of the saved search query String

Result

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

a list of RowCustomer objects

Try It Out

Request

- Authentication Help
- String
- String
- String
- String