সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একজন ব্যবহারকারী তৈরি করে।
ব্যবহারকারী তৈরির পর অবিলম্বে মিউটেট কলগুলি কখনও কখনও ব্যর্থ হতে পারে কারণ আমাদের ব্যাকএন্ডে প্রচার বিলম্বের কারণে ব্যবহারকারী সম্পূর্ণরূপে তৈরি হয়নি। এটি হয় কিনা তা দেখতে "ব্যবহারকারী তৈরি সম্পূর্ণ নয়" বার্তাটির ত্রুটির বিবরণ পরীক্ষা করুন৷ কিছু সময় পরে কল পুনরায় চেষ্টা এই ক্ষেত্রে সাহায্য করতে পারে.
যদি resolveConflictAccounttrue সেট করা হয়, একটি 202 প্রতিক্রিয়া কোডের অর্থ হল একটি বিরোধপূর্ণ অব্যবস্থাপিত অ্যাকাউন্ট বিদ্যমান এবং সংস্থায় যোগদানের জন্য আমন্ত্রণ জানানো হয়েছিল৷ একটি 409 প্রতিক্রিয়া কোডের অর্থ হল একটি বিরোধপূর্ণ অ্যাকাউন্ট বিদ্যমান তাই ব্যবহারকারীকে অব্যবস্থাপিত ব্যবহারকারী অ্যাকাউন্টের বিকল্প নির্বাচনের উপর ভিত্তি করে তৈরি করা হয়নি।
HTTP অনুরোধ
POST https://admin.googleapis.com/admin/directory/v1/users
[[["সহজে বোঝা যায়","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: users.insert\n\nCreates a user.\n\nMutate calls immediately following user creation might sometimes fail as the user isn't fully created due to propagation delay in our backends. Check the error details for the \"User creation is not complete\" message to see if this is the case. Retrying the calls after some time can help in this case.\n\nIf `resolveConflictAccount` is set to `true`, a `202` response code means that a conflicting unmanaged account exists and was invited to join the organization. A `409` response code means that a conflicting account exists so the user wasn't created based on the [handling unmanaged user accounts](https://support.google.com/a/answer/11112794) option selected.\n\n### HTTP request\n\n`POST https://admin.googleapis.com/admin/directory/v1/users`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `resolveConflictAccount` | `boolean` Optional. If set to `true`, the option selected for [handling unmanaged user accounts](https://support.google.com/a/answer/11112794) will apply. Default: `false` |\n\n### Request body\n\nThe request body contains an instance of [User](/workspace/admin/directory/reference/rest/v1/users#User).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [User](/workspace/admin/directory/reference/rest/v1/users#User).\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)."]]