با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
بررسی می کند که آیا کاربر داده شده عضوی از گروه است یا خیر. عضویت میتواند مستقیم یا تودرتو باشد، اما در صورت تودرتو، memberKey و groupKey باید موجودیتهایی در یک دامنه باشند یا یک خطای Invalid input برگردانده میشود. برای بررسی عضویتهای تودرتو که شامل موجودیتهای خارج از دامنه گروه است، از روش checkTransitiveMembership() در API Cloud Identity Groups استفاده کنید.
درخواست HTTP
GET https://admin.googleapis.com/admin/directory/v1/groups/{groupKey}/hasMember/{memberKey}
تاریخ آخرین بهروزرسانی 2024-10-27 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-27 بهوقت ساعت هماهنگ جهانی."],[[["Verifies if a user is a member (direct or nested) of a specified group using the `groupKey` and `memberKey`."],["Nested membership checks are limited to entities within the same domain; for cross-domain checks, use the `checkTransitiveMembership()` method."],["The API request is a `GET` request to a specific URL with `groupKey` and `memberKey` as path parameters."],["A successful response returns a JSON object indicating membership status with the `isMember` boolean field."],["Requires specific OAuth scopes for authorization, such as `https://www.googleapis.com/auth/admin.directory.group` or similar."]]],[]]