সাসপেন্ড করা 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"]],["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eReactivates a suspended Google Workspace subscription, resetting its state to \u003ccode\u003eACTIVE\u003c/code\u003e after the suspension error is resolved.\u003c/p\u003e\n"],["\u003cp\u003eRequires a \u003ccode\u003ePOST\u003c/code\u003e request to \u003ccode\u003ehttps://workspaceevents.googleapis.com/v1/{name=subscriptions/*}:reactivate\u003c/code\u003e, with the subscription name provided as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty, and a successful response includes an \u003ccode\u003eOperation\u003c/code\u003e object with the updated \u003ccode\u003eSubscription\u003c/code\u003e details.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires one of the specified OAuth scopes, such as \u003ccode\u003ehttps://www.googleapis.com/auth/chat.spaces\u003c/code\u003e or similar, for access and interaction with Google Workspace resources.\u003c/p\u003e\n"]]],["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"],null,[]]