Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TenantInfo interface
- Package:
- @microsoft/teams-js
Represents Tenant information.
Properties
| id | The Microsoft Entra tenant ID of the current user. Because a malicious party can run your content in a browser, this value should be used only as a optimization hint as to who the user is and never as proof of identity. Specifically, this value should never be used to determine if a user is authorized to access a resource; access tokens should be used for that. See getAuthToken and authenticate for more information on access tokens. |
| teamsSku | The type of license for the current user's tenant. Possible values are enterprise, free, edu, and unknown. |
Property Details
id
The Microsoft Entra tenant ID of the current user.
Because a malicious party can run your content in a browser, this value should be used only as a optimization hint as to who the user is and never as proof of identity. Specifically, this value should never be used to determine if a user is authorized to access a resource; access tokens should be used for that. See getAuthToken and authenticate for more information on access tokens.
id: string
Property Value
string
teamsSku
The type of license for the current user's tenant. Possible values are enterprise, free, edu, and unknown.
teamsSku?: string
Property Value
string
Feedback
Was this page helpful?
