পরিষেবার শর্তাবলী (ToS) ত্রুটি৷ যদি ব্যবহারকারী (OAuth শংসাপত্র দ্বারা উপস্থাপিত) জিরো-টাচ এনরোলমেন্ট ToS-এর সর্বশেষ সংস্করণটি গ্রহণ না করে তবে API পদ্ধতিগুলি একটি HTTP 403 Forbidden স্থিতি কোড প্রদান করে৷
API ব্যবহারকারীরা জিরো-টাচ এনরোলমেন্ট পোর্টালে সাইন ইন করে নতুন বা আপডেট করা ToS গ্রহণ করতে পারেন। পোর্টাল ব্যবহারকারীরা সাইন ইন করার সময় aToS গ্রহণযোগ্যতা প্যানেল উপস্থাপন করে।
JSON প্রতিনিধিত্ব
{"latestTosAccepted": boolean}
ক্ষেত্র
latestTosAccepted
boolean
ব্যবহারকারী ToS-এর সর্বশেষ সংস্করণটি গ্রহণ করেছেন কিনা। একটি ত্রুটি অন্তর্ভুক্ত করা হলে মানটি false ।
[[["সহজে বোঝা যায়","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-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["API methods return a `403 Forbidden` error if the user hasn't accepted the latest Terms of Service (ToS)."],["Users can accept the new or updated ToS by signing into the zero-touch enrollment portal."],["The `latestTosAccepted` field in the JSON representation indicates whether the user has agreed to the current ToS, with a `false` value in case of an error."]]],["The API returns a `403 Forbidden` error when a user hasn't accepted the latest Terms of Service (ToS). Users can accept the ToS via the zero-touch enrollment portal. The JSON representation for ToS status includes a boolean field, `latestTosAccepted`. This field is `false` in error responses, indicating that the user needs to accept the latest ToS. Access the zero-touch enrollment portal to accept the ToS.\n"]]