Method: users.undelete
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
لإعادة عرض مستخدم تم حذفه
طلب HTTP
POST https://admin.googleapis.com/admin/directory/v1/users/{userKey}/undelete
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
userKey |
string
رقم التعريف غير القابل للتغيير للمستخدم
|
نص الطلب
يحتوي نص الطلب على مثال UserUndelete
.
نص الاستجابة
إذا كانت الاستجابة ناجحة، تكون استجابة HTTP عامة يتم تحديد تنسيقها من خلال الطريقة.
نطاقات التفويض
يجب توفير نطاق OAuth التالي:
https://www.googleapis.com/auth/admin.directory.user
لمزيد من المعلومات، يمكنك الاطّلاع على دليل التفويض.
UserUndelete
تمثيل JSON |
{
"orgUnitPath": string
} |
الحقول |
orgUnitPath |
string
الوحدة التنظيمية للمستخدم
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# Method: users.undelete\n\nUndeletes a deleted user.\n\n### HTTP request\n\n`POST https://admin.googleapis.com/admin/directory/v1/users/{userKey}/undelete`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-----------|---------------------------------------|\n| `userKey` | `string` The immutable id of the user |\n\n### Request body\n\nThe request body contains an instance of [UserUndelete](/workspace/admin/directory/reference/rest/v1/users/undelete#UserUndelete).\n\n### Response body\n\nIf successful, the response is a generic HTTP response whose format is defined by the method.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/admin.directory.user`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent).\n\nUserUndelete\n------------\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"orgUnitPath\": string } ``` |\n\n| Fields ||\n|---------------|--------------------------|\n| `orgUnitPath` | `string` OrgUnit of User |"]]