Hi,
I need to use microsoft entra id dataverse table to fetch employees of the organisation. I am simply listing all the rows without any filter- IT throws me below error.
Is there specific license require to use entra id entity ? We are on free trial plan for powerapps at the moment.


Error details -
System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: AccessToken not found. Please make sure plugin is registered as synchronous and not called with app credentials. (Fault Detail is equal to Exception details:
ErrorCode: 0x80040216
Message: AccessToken not found. Please make sure plugin is registered as synchronous and not called with app credentials.
TimeStamp: 2024-02-09T11:07:28.0000000Z
OriginalException: Microsoft.Crm.CrmException: AccessToken not found. Please make sure plugin is registered as synchronous and not called with app credentials.
at Microsoft.Crm.ObjectModel.OboTokenProvider.<>c__DisplayClass11_0.<GetOBOToken>b__0()
at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute[TResult](ILogger logger, EventId eventId, ActivityType activityType, Func`1 func, IEnumerable`1 additionalCustomProperties)
at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute[TResult](ILogger logger, XrmTelemetryActivityType activityType, Func`1 func)
at Microsoft.Crm.Sandbox.Service.PluginSecureStoreServiceProvider.<>c__DisplayClass39_0.<OnBehalfOfTokenServiceProviderAcquireToken>b__0()
at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute[TResult...).