গুগল ক্লাসরুম অ্যাড-অনগুলি এখন সাধারণত বিকাশকারীদের জন্য উপলব্ধ! আরও তথ্যের জন্য
অ্যাড-অন ডকুমেন্টেশন দেখুন.
REST Resource: userProfiles
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: ব্যবহারকারী প্রোফাইল
একজন ব্যবহারকারীর জন্য বিশ্বব্যাপী তথ্য।
JSON প্রতিনিধিত্ব |
---|
{
"id": string,
"name": {
object (Name )
},
"emailAddress": string,
"photoUrl": string,
"permissions": [
{
object (GlobalPermission )
}
],
"verifiedTeacher": boolean
} |
ক্ষেত্র |
---|
id | string ব্যবহারকারীর শনাক্তকারী। শুধুমাত্র পঠনযোগ্য। |
name | object ( Name ) ব্যবহারকারীর নাম। শুধুমাত্র পঠনযোগ্য। |
emailAddress | string ব্যবহারকারীর ইমেল ঠিকানা। এই ক্ষেত্রটি একটি প্রতিক্রিয়া বডিতে পপুলেট করার জন্য অবশ্যই https://www.googleapis.com/auth/classroom.profile.emails সুযোগের অনুরোধ করতে হবে৷ শুধুমাত্র পঠনযোগ্য। |
photoUrl | string ব্যবহারকারীর প্রোফাইল ছবির URL। এই ক্ষেত্রটি একটি প্রতিক্রিয়া বডিতে পপুলেট করার জন্য অবশ্যই https://www.googleapis.com/auth/classroom.profile.photos সুযোগের অনুরোধ করতে হবে৷ শুধুমাত্র পঠনযোগ্য। |
permissions[] | object ( GlobalPermission ) ব্যবহারকারীর বিশ্বব্যাপী অনুমতি। শুধুমাত্র পঠনযোগ্য। |
verifiedTeacher | boolean Google Workspace for Education ব্যবহারকারীর ডোমেন অ্যাডমিনিস্ট্রেটর তাদের একজন শিক্ষক হিসেবে স্পষ্টভাবে যাচাই করেছেন কিনা তা প্রতিনিধিত্ব করে। ব্যবহারকারী যদি Google Workspace for Education ডোমেনের মেম্বার না হন তাহলে এই ফিল্ডটি সবসময়ই মিথ্যা। শুধুমাত্র পঠনযোগ্য |
নাম
ব্যবহারকারীর নামের বিশদ বিবরণ।
JSON প্রতিনিধিত্ব |
---|
{
"givenName": string,
"familyName": string,
"fullName": string
} |
ক্ষেত্র |
---|
givenName | string ব্যবহারকারীর প্রথম নাম। শুধুমাত্র পঠনযোগ্য। |
familyName | string ব্যবহারকারীর শেষ নাম। শুধুমাত্র পঠনযোগ্য। |
fullName | string প্রথম এবং শেষ নামের মানগুলিকে একত্রিত করে ব্যবহারকারীর সম্পূর্ণ নাম তৈরি হয়৷ শুধুমাত্র পঠনযোগ্য। |
গ্লোবাল পারমিশন
বিশ্বব্যাপী ব্যবহারকারীর অনুমতি বিবরণ.
JSON প্রতিনিধিত্ব |
---|
{
"permission": enum (Permission )
} |
ক্ষেত্র |
---|
permission | enum ( Permission ) অনুমতি মান. |
অনুমতি
একজন ব্যবহারকারীর থাকতে পারে এমন সম্ভাব্য অনুমতি।
Enums |
---|
PERMISSION_UNSPECIFIED | কোন অনুমতি নির্দিষ্ট করা হয় না. এটি ফেরত দেওয়া হয় না এবং একটি বৈধ মান নয়। |
CREATE_COURSE | ব্যবহারকারীকে একটি কোর্স তৈরি করার অনুমতি দেওয়া হয়েছে। |
পদ্ধতি |
---|
| কোনো ব্যবহারকারী নির্দিষ্ট ক্লাসরুম ক্ষমতা ব্যবহার করতে পারে কিনা তা প্রদান করে। |
| একটি ব্যবহারকারীর প্রোফাইল প্রদান করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# REST Resource: userProfiles\n\n- [Resource: UserProfile](#UserProfile)\n - [JSON representation](#UserProfile.SCHEMA_REPRESENTATION)\n - [Name](#UserProfile.Name)\n - [JSON representation](#UserProfile.Name.SCHEMA_REPRESENTATION)\n - [GlobalPermission](#UserProfile.GlobalPermission)\n - [JSON representation](#UserProfile.GlobalPermission.SCHEMA_REPRESENTATION)\n - [Permission](#UserProfile.Permission)\n- [Methods](#METHODS_SUMMARY)\n\nResource: UserProfile\n---------------------\n\nGlobal information for a user.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"name\": { object (/workspace/classroom/reference/rest/v1/userProfiles#UserProfile.Name) }, \"emailAddress\": string, \"photoUrl\": string, \"permissions\": [ { object (/workspace/classroom/reference/rest/v1/userProfiles#UserProfile.GlobalPermission) } ], \"verifiedTeacher\": boolean } ``` |\n\n| Fields ||\n|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` Identifier of the user. Read-only. |\n| `name` | `object (`[Name](/workspace/classroom/reference/rest/v1/userProfiles#UserProfile.Name)`)` Name of the user. Read-only. |\n| `emailAddress` | `string` Email address of the user. Must request `https://www.googleapis.com/auth/classroom.profile.emails` scope for this field to be populated in a response body. Read-only. |\n| `photoUrl` | `string` URL of user's profile photo. Must request `https://www.googleapis.com/auth/classroom.profile.photos` scope for this field to be populated in a response body. Read-only. |\n| `permissions[]` | `object (`[GlobalPermission](/workspace/classroom/reference/rest/v1/userProfiles#UserProfile.GlobalPermission)`)` Global permissions of the user. Read-only. |\n| `verifiedTeacher` | `boolean` Represents whether a Google Workspace for Education user's domain administrator has explicitly verified them as being a teacher. This field is always false if the user is not a member of a Google Workspace for Education domain. Read-only |\n\n### Name\n\nDetails of the user's name.\n\n| JSON representation |\n|---------------------------------------------------------------------------|\n| ``` { \"givenName\": string, \"familyName\": string, \"fullName\": string } ``` |\n\n| Fields ||\n|--------------|--------------------------------------------------------------------------------------------------|\n| `givenName` | `string` The user's first name. Read-only. |\n| `familyName` | `string` The user's last name. Read-only. |\n| `fullName` | `string` The user's full name formed by concatenating the first and last name values. Read-only. |\n\n### GlobalPermission\n\nGlobal user permission description.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------|\n| ``` { \"permission\": enum (/workspace/classroom/reference/rest/v1/userProfiles#UserProfile.Permission) } ``` |\n\n| Fields ||\n|--------------|-----------------------------------------------------------------------------------------------------------------------|\n| `permission` | `enum (`[Permission](/workspace/classroom/reference/rest/v1/userProfiles#UserProfile.Permission)`)` Permission value. |\n\n### Permission\n\nPossible permissions that a user may have.\n\n| Enums ||\n|--------------------------|----------------------------------------------------------------------------|\n| `PERMISSION_UNSPECIFIED` | No permission is specified. This is not returned and is not a valid value. |\n| `CREATE_COURSE` | User is permitted to create a course. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [checkUserCapability](/workspace/classroom/reference/rest/v1/userProfiles/checkUserCapability) | | **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. This feature is available in [V1_20240930_PREVIEW](https://developers.google.com/workspace/classroom/reference/rest/v1/PreviewVersion) and later. See [Access Preview APIs](https://developers.google.com/workspace/classroom/reference/preview) to learn more. Returns whether a user may use the specified Classroom capability. |\n| ### [get](/workspace/classroom/reference/rest/v1/userProfiles/get) | Returns a user profile. |"]]