কলিং চ্যাট অ্যাপ, ব্যবহারকারী বা Google গ্রুপের জন্য একটি সদস্যতা তৈরি করে। অন্যান্য চ্যাট অ্যাপের জন্য সদস্যতা তৈরি করা সমর্থিত নয়। একটি সদস্যপদ তৈরি করার সময়, যদি নির্দিষ্ট সদস্যের স্বতঃ-স্বীকার নীতি বন্ধ থাকে, তাহলে তারা আমন্ত্রিত, এবং যোগদানের আগে অবশ্যই স্পেস আমন্ত্রণ গ্রহণ করতে হবে। অন্যথায়, একটি সদস্যপদ তৈরি করা সদস্যকে সরাসরি নির্দিষ্ট স্থানে যোগ করে।
অ্যাডমিন অ্যাক্সেস ব্যবহার করে অ্যাডমিনিস্ট্রেটরের Google Workspace সংস্থার বাইরের ব্যবহারকারীদের জন্য অ্যাপ মেম্বারশিপ তৈরি করা বা মেম্বারশিপ তৈরি করা সমর্থিত নয়।
[[["সহজে বোঝা যায়","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-15 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Creates memberships for the calling Chat app, a user, or a Google Group in a specified space."],["Supports app authentication (with admin approval in Developer Preview) and user authentication (with optional admin access)."],["To use administrator privileges, set the `useAdminAccess` query parameter to `true` and ensure the user has the required permissions and scope."],["Requires specific OAuth scopes for authorization, such as `chat.app.memberships` or `chat.admin.memberships`."],["If the member has auto-accept turned off, an invitation is sent; otherwise, they are directly added to the space."]]],["This describes how to create a membership in Google Chat spaces using a `POST` request to `https://chat.googleapis.com/v1/{parent=spaces/*}/members`. Memberships can be created for a Chat app, user, or Google Group. Authentication supports app or user access, with optional administrator privileges via the `useAdminAccess` query parameter. The request includes path and query parameters and a `Membership` object in the body; the response returns the newly created `Membership`. Authorization requires specific OAuth scopes.\n"]]