Get Customers from a Customer Group

GET {{baseUrl}}/3dCartWebAPI/v1/CustomerGroups/:id/Customers?limit=<integer>&offset=<integer>&email=<string>&firstname=<string>&lastname=<string>&country=<string>&state=<string>&city=<string>&phone=<string>&countonly=<integer>&lastupdatestart=<string>&lastupdateend=<string>

Get a list of all Customers from a Customer Group

Request Params

KeyDatatypeRequiredDescription
limitstringMaximum number of items that can be returned
offsetstringStarting point for the return data
emailstringEmail of the Customer
firstnamestringFirstname of the Customer
lastnamestringLastname of the Customer
countrystringCountry name of the Customer
statestringState of the Customer
citystringCity of the Customer
phonestringPhone of the Customer
countonlystringCount the number of rows only
lastupdatestartstringStart Date that the product was last updated (mm/dd/yyyy hh:mm:ss)
lastupdateendstringEnd Date that the product was last updated (mm/dd/yyyy hh:mm:ss)