সাসপেন্ড করা Google Workspace সাবস্ক্রিপশন আবার চালু করে।
এই পদ্ধতিটি আপনার সাবস্ক্রিপশনের State ফিল্ডকে ACTIVE এ রিসেট করে। আপনি এই পদ্ধতিটি ব্যবহার করার আগে, আপনাকে অবশ্যই ত্রুটিটি ঠিক করতে হবে যা সদস্যতা স্থগিত করেছে। এই পদ্ধতিটি কীভাবে ব্যবহার করবেন তা জানতে, একটি Google Workspace সদস্যতা পুনরায় সক্রিয় করুন দেখুন।
HTTP অনুরোধ
POST https://workspaceevents.googleapis.com/v1/{name=subscriptions/*}:reactivate
[[["সহজে বোঝা যায়","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-10-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Reactivates a suspended Google Workspace subscription, resetting its state to `ACTIVE` after the suspension error is resolved."],["Requires a `POST` request to `https://workspaceevents.googleapis.com/v1/{name=subscriptions/*}:reactivate`, with the subscription name provided as a path parameter."],["The request body should be empty, and a successful response includes an `Operation` object with the updated `Subscription` details."],["Authorization requires one of the specified OAuth scopes, such as `https://www.googleapis.com/auth/chat.spaces` or similar, for access and interaction with Google Workspace resources."]]],["This outlines the process to reactivate a suspended Google Workspace subscription via a `POST` request to the specified URL using gRPC Transcoding. The `name` path parameter, representing the subscription's resource name, is required. The request body must be empty. A successful response returns an `Operation` instance, with an empty `metadata` field, and an updated `Subscription` in the `response` field. This process requires specific OAuth scopes for authorization.\n"]]