REST Resource: userLicense
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: ব্যবহারকারী লাইসেন্স
JSON প্রতিনিধিত্ব |
---|
{
"kind": string,
"enabled": boolean,
"state": string,
"editionId": string,
"customerId": string,
"applicationId": string,
"id": string,
"userId": string
} |
ক্ষেত্র |
---|
kind | string API সম্পদের ধরন। এটি সর্বদা appsmarket#userLicense. |
enabled | boolean ডোমেন প্রশাসক এই ডোমেনের জন্য অ্যাপ্লিকেশন সক্রিয় করেছে৷ |
state | string ব্যবহারকারীর লাইসেন্সিং অবস্থা। এর মধ্যে একটি: -
ACTIVE : ব্যবহারকারীর একটি বৈধ লাইসেন্স আছে এবং তাকে অ্যাপ্লিকেশনটি ব্যবহার করার অনুমতি দেওয়া উচিত। -
UNLICENSED : এই ব্যবহারকারীর ডোমেনের প্রশাসক কখনই এই ব্যবহারকারীকে অ্যাপ্লিকেশনটির জন্য একটি আসন বরাদ্দ করেননি৷ -
EXPIRED : প্রশাসক এই ব্যবহারকারীকে একটি আসন বরাদ্দ করেছেন, কিন্তু লাইসেন্সের মেয়াদ শেষ হয়ে গেছে।
|
editionId (deprecated) | string (বঞ্চিত) |
customerId | string ব্যবহারকারীর ডোমেইন নাম। |
applicationId | string লাইসেন্সের প্রশ্নের সাথে সংশ্লিষ্ট আবেদনের আইডি। |
id | string ব্যবহারকারী লাইসেন্সের আইডি। |
userId | string ব্যবহারকারীর ইমেল ঠিকানা। |
পদ্ধতি |
---|
| একটি প্রদত্ত অ্যাপ ব্যবহার করার অনুমতির জন্য ব্যবহারকারীর লাইসেন্সিং স্ট্যাটাস পায়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe UserLicense resource represents a user's license status for a specific application within a Google Workspace domain.\u003c/p\u003e\n"],["\u003cp\u003eIt provides information about the user's license status, including whether it's active, unlicensed, or expired.\u003c/p\u003e\n"],["\u003cp\u003eThe resource includes details such as the user's email, domain, application ID, and license ID.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve a user's license information using the \u003ccode\u003eget\u003c/code\u003e method of the UserLicense API.\u003c/p\u003e\n"]]],["The `UserLicense` resource provides information about a user's access to an application. Key data includes `kind` (resource type), `enabled` (domain-level activation), and `state` (user's license status: `ACTIVE`, `UNLICENSED`, `EXPIRED`). Additional fields are `customerId` (domain), `applicationId` (app ID), `id` (license ID), and `userId` (user's email). The `editionId` field is deprecated. The `get` method retrieves a user's licensing status for a specific app.\n"],null,["# REST Resource: userLicense\n\nResource: UserLicense\n---------------------\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"enabled\": boolean, \"state\": string, \"editionId\": string, \"customerId\": string, \"applicationId\": string, \"id\": string, \"userId\": string } ``` |\n\n| Fields ||\n|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` The type of API resource. This is always appsmarket#userLicense. |\n| `enabled` | `boolean` The domain administrator has activated the application for this domain. |\n| `state` | `string` The user's licensing status. One of: - `ACTIVE`: The user has a valid license and should be permitted to use the application. - `UNLICENSED`: The administrator of this user's domain never assigned a seat for the application to this user. - `EXPIRED`: The administrator assigned a seat to this user, but the license is expired. |\n| `editionId` **(deprecated)** | `string` | This item is deprecated! (Deprecated) |\n| `customerId` | `string` The domain name of the user. |\n| `applicationId` | `string` The ID of the application corresponding to the license query. |\n| `id` | `string` The ID of user license. |\n| `userId` | `string` The email address of the user. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------|---------------------------------------------------------------------------|\n| ### [get](/workspace/marketplace/reference/rest/v2/userLicense/get) | Gets the user's licensing status for their permission to use a given app. |"]]