গ্রাহকের Google Workspace অ্যাকাউন্টের জন্য অনন্য আইডি। একটি মাল্টি-ডোমেন অ্যাকাউন্টের ক্ষেত্রে, একটি গ্রাহকের জন্য সমস্ত গ্রুপ আনতে, domain পরিবর্তে এই ক্ষেত্রটি ব্যবহার করুন৷ আপনি আপনার অ্যাকাউন্টের customerId প্রতিনিধিত্ব করতে my_customer alias ব্যবহার করতে পারেন। ব্যবহারকারীর সম্পদের অংশ হিসাবে customerId ফেরত দেওয়া হয়। আপনাকে অবশ্যই customer বা domain প্যারামিটার প্রদান করতে হবে।
roleAssignmentId
string
ভূমিকা নিয়োগের অপরিবর্তনীয় আইডি।
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে RoleAssignment এর একটি উদাহরণ থাকে।
গ্রাহকের Google Workspace অ্যাকাউন্টের জন্য অনন্য আইডি। একটি মাল্টি-ডোমেন অ্যাকাউন্টের ক্ষেত্রে, একটি গ্রাহকের জন্য সমস্ত গ্রুপ আনতে, domain পরিবর্তে এই ক্ষেত্রটি ব্যবহার করুন৷ আপনি আপনার অ্যাকাউন্টের customerId প্রতিনিধিত্ব করতে my_customer alias ব্যবহার করতে পারেন। ব্যবহারকারীর সম্পদের অংশ হিসাবে customerId ফেরত দেওয়া হয়। আপনাকে অবশ্যই customer বা domain প্যারামিটার প্রদান করতে হবে।
roleAssignmentId
string
ভূমিকা নিয়োগের অপরিবর্তনীয় আইডি।
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে RoleAssignment এর একটি উদাহরণ থাকে।
[[["সহজে বোঝা যায়","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-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Method: roleAssignments.get\n\nRetrieves a role assignment.\n\n### HTTP request\n\n`GET https://admin.googleapis.com/admin/directory/v1/customer/{customer}/roleassignments/{roleAssignmentId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `customer` | `string` The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, use this field instead of `domain`. You can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users](https://developers.google.com/workspace/admin/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. |\n| `roleAssignmentId` | `string` Immutable ID of the role assignment. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [RoleAssignment](/workspace/admin/directory/reference/rest/v1/roleAssignments#RoleAssignment).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/admin.directory.rolemanagement`\n- `\n https://www.googleapis.com/auth/admin.directory.rolemanagement.readonly`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]