গ্রাহকের Google Workspace অ্যাকাউন্টের জন্য অনন্য আইডি। একটি মাল্টি-ডোমেন অ্যাকাউন্টের ক্ষেত্রে, একটি গ্রাহকের জন্য সমস্ত গ্রুপ আনতে, domain পরিবর্তে এই ক্ষেত্রটি ব্যবহার করুন৷ আপনি আপনার অ্যাকাউন্টের customerId প্রতিনিধিত্ব করতে my_customer alias ব্যবহার করতে পারেন। ব্যবহারকারীর সম্পদের অংশ হিসাবে customerId ফেরত দেওয়া হয়। আপনাকে অবশ্যই customer বা domain প্যারামিটার প্রদান করতে হবে।
ক্যোয়ারী প্যারামিটার
পরামিতি
maxResults
integer
ফলাফলের সর্বাধিক সংখ্যা ফেরত দিতে।
pageToken
string
তালিকার পরবর্তী পৃষ্ঠাটি নির্দিষ্ট করতে টোকেন।
roleId
string
একটি ভূমিকার অপরিবর্তনীয় আইডি। অনুরোধে অন্তর্ভুক্ত করা হলে, এই ভূমিকা আইডি ধারণকারী শুধুমাত্র ভূমিকা অ্যাসাইনমেন্ট প্রদান করে।
userKey
string
প্রাথমিক ইমেল ঠিকানা, ওরফে ইমেল ঠিকানা, বা অনন্য ব্যবহারকারী বা গ্রুপ আইডি। অনুরোধে অন্তর্ভুক্ত করা হলে, শুধুমাত্র এই ব্যবহারকারী বা গোষ্ঠীর জন্য ভূমিকা অ্যাসাইনমেন্ট প্রদান করে।
includeIndirectRoleAssignments
boolean
true সেট করা হলে, পরোক্ষ ভূমিকা অ্যাসাইনমেন্ট (অর্থাৎ একটি গোষ্ঠীর মাধ্যমে ভূমিকা অ্যাসাইনমেন্ট) পাশাপাশি প্রত্যক্ষগুলি নিয়ে আসে। ডিফল্ট থেকে false । আপনাকে অবশ্যই userKey নির্দিষ্ট করতে হবে নতুবা পরোক্ষ ভূমিকা নিয়োগ অন্তর্ভুক্ত করা হবে না।
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
[[["সহজে বোঝা যায়","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.list\n\nRetrieves a paginated list of all roleAssignments.\n\n### HTTP request\n\n`GET https://admin.googleapis.com/admin/directory/v1/customer/{customer}/roleassignments`\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\n### Query parameters\n\n| Parameters ||\n|----------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `maxResults` | `integer` Maximum number of results to return. |\n| `pageToken` | `string` Token to specify the next page in the list. |\n| `roleId` | `string` Immutable ID of a role. If included in the request, returns only role assignments containing this role ID. |\n| `userKey` | `string` The primary email address, alias email address, or unique user or group ID. If included in the request, returns role assignments only for this user or group. |\n| `includeIndirectRoleAssignments` | `boolean` When set to `true`, fetches indirect role assignments (i.e. role assignment via a group) as well as direct ones. Defaults to `false`. You must specify `userKey` or the indirect role assignments will not be included. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"etag\": string, \"items\": [ { object (/workspace/admin/directory/reference/rest/v1/roleAssignments#RoleAssignment) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` The type of the API resource. This is always `admin#directory#roleAssignments`. |\n| `etag` | `string` ETag of the resource. |\n| `items[]` | `object (`[RoleAssignment](/workspace/admin/directory/reference/rest/v1/roleAssignments#RoleAssignment)`)` A list of RoleAssignment resources. |\n| `nextPageToken` | `string` |\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)."]]