সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি company (একটি গ্রাহক হিসাবে উল্লেখ করা হয়) একটি জিরো-টাচ অ্যাকাউন্ট সহ একটি অনন্য সংস্থার প্রতিনিধিত্ব করে৷ এই পদ্ধতিটি আপনার রিসেলার অ্যাকাউন্টের সাথে যুক্ত গ্রাহকদের তালিকা করে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-11-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["A company, referred to as a customer, represents an organization with a zero-touch account."],["This method `listCustomers` is used to list customers associated with a reseller account."],["The request for the list of customers can be customized using `pageSize`, `pageToken`, and `vendorParams`."],["The `ListCustomersResponse` provides a list of customers, total customer count, the next page token, and extra vendor parameters."],["The `listCustomers` method can throw a `CommonException` with `INTERNAL_SERVER_ERROR` or `INVALID_PAGE_TOKEN` error codes."]]],["The `listCustomers` method retrieves a list of customer organizations associated with a reseller account. It accepts a `ListCustomersRequest` with optional `pageSize` (up to 100), `pageToken`, and `vendorParams`. The response, `ListCustomersResponse`, includes a list of `customers`, `totalCount`, `nextPageToken` for pagination, and `vendorParams`. Errors are returned as `CommonException` with codes like `INTERNAL_SERVER_ERROR` or `INVALID_PAGE_TOKEN`.\n"]]