Skip to contents

Returns a list of recommenders in the specified domain.

See https://www.paws-r-sdk.com/docs/customerprofiles_list_recommenders/ for full documentation.

Usage

customerprofiles_list_recommenders(
  DomainName,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

DomainName

[required] The unique name of the domain.

MaxResults

The maximum number of recommenders to return in the response. The default value is 100.

NextToken

A token received from a previous ListRecommenders call to retrieve the next page of results.