# Get affilicated package clients Returns a list of clients sharing an affiliated package by given membership id Endpoint: GET /slapi/setup/affiliatedpackageclients Version: 0.0.1 Security: BasicAuthCredentials ## Query parameters: - `membershipid` (string, required) ## Response 200 fields (applicaiton/json): - `clients` (array) - `clients.clientNumber` (string) Example: "0000000001" - `clients.firstName` (string) Example: "John" - `clients.lastName` (string) Example: "Doe" ## Response 500 fields (applicatoin/json): - `error` (string) - `message` (string)