יש לך 5 דקות? מענה ל
סקר קצר באינטרנט יעזור לנו לשפר את התיעוד של Google Workspace Marketplace.
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 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-14 (שעון UTC).
[null,null,["עדכון אחרון: 2024-10-14 (שעון UTC)."],[[["The UserLicense resource represents a user's license status for a specific application within a Google Workspace domain."],["It provides information about the user's license status, including whether it's active, unlicensed, or expired."],["The resource includes details such as the user's email, domain, application ID, and license ID."],["You can retrieve a user's license information using the `get` method of the UserLicense API."]]],["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"]]