संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
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-09 (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"]]