Method: admin.contacts.v1.users.delegates.list
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-28 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-28 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# Method: admin.contacts.v1.users.delegates.list\n\nLists the delegates of a given user.\n\n### HTTP request\n\n`GET https://admin.googleapis.com/admin/contacts/v1/{parent=users/*}/delegates`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` The parent who owns this collection of delegates following the format: users/{userId} where userId is the email address of the given user. |\n\n### Query parameters\n\n| Parameters ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Determines how many delegates are returned in each response. For exapmle, if the request sets pageSize=1 and the given user has two delegates, the response has two pages. The response's nextPageToken property has the token to the second page. If left unset, the default page size is used. |\n| `pageToken` | `string` A page token to specify the next page. A user with several delegates has a `nextPageToken` property in the response. In your follow up request getting the next set of delegates, enter the `nextPageToken` value in the `pageToken` query string. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message type for an admin to list delegates for a given user.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"delegates\": [ { object (/workspace/admin/contact-delegation/reference/rest/v1/admin.contacts.v1.users.delegates#Delegate) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `delegates[]` | `object (`[Delegate](/workspace/admin/contact-delegation/reference/rest/v1/admin.contacts.v1.users.delegates#Delegate)`)` List of delegates of the given user. |\n| `nextPageToken` | `string` Token for retrieving the follow-on delegates of a given user. The `nextPageToken` value is used in the request's `pageToken` query string. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/admin.contact.delegation`\n- `\n https://www.googleapis.com/auth/admin.contact.delegation.readonly`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]