Table of Contents

TeamsUserConfiguration.Read.All

Allows the app to read your tenant's user configurations on behalf of the signed-in admin user. User configuration may include attributes related to user, such as telephone number, assigned policies, etc.

Merill's Note

For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the TeamsUserConfiguration.Read.All permission.

If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the Export-MsIdAppConsentGrantReport command. See How To: Run a quick OAuth app audit of your tenant

Category Application Delegated
Identifier a91eadaf-2c3c-4362-908b-fb172d208fc6 5c469ce4-dab5-4afd-b9de-14f1ba4004a7
DisplayText Read Teams user configurations Read Teams user configurations
Description Allows the app to read your tenant's user configurations, without a signed-in user. User configuration may include attributes related to user, such as telephone number, assigned policies, etc. Allows the app to read your tenant's user configurations on behalf of the signed-in admin user. User configuration may include attributes related to user, such as telephone number, assigned policies, etc.
AdminConsentRequired Yes Yes

Graph Methods

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: teamsUserConfiguration

Property Type Description
accountType microsoft.graph.teamsAdministration.accountType The type of the account in the Teams context. The possible values are: user, resourceAccount, guest, sfbOnPremUser, unknown, unknownFutureValue, ineligibleUser. Use the Prefer: include-unknown-enum-members request header to get the following value from this enum evolvable enum: ineligibleUser.
createdDateTime DateTimeOffset The date and time when the user was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
effectivePolicyAssignments microsoft.graph.teamsAdministration.effectivePolicyAssignment collection Contains the user's effective policy assignments, with each assignment including policyType and policyAssignment details.
featureTypes String collection The Teams features enabled for a given user based on licensing or service plan.
id String The unique identifier (GUID) for a user in Microsoft Entra. Inherits from entity.
isEnterpriseVoiceEnabled Boolean Indicates whether voice capability is enabled.
modifiedDateTime DateTimeOffset The date and time when the user's details were last modified. The system updates this value each time the user's details are changed. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
telephoneNumbers microsoft.graph.teamsAdministration.assignedTelephoneNumber collection Includes both the phone number and its corresponding assignment category. The assignment category can include values such as primary, private, and alternate.
tenantId String The unique identifier of the tenant in Entra to which this user is assigned.
userPrincipalName String The sign-in address of the user.