Hi Developer
looking for urgent assistance on getting error while full account aggregation and delta account aggregation in Azure Active Directory.
Error : Error!
Exception occurred while getting license details.
I have read some articles on Developer portal and they are suggesting to remove riskyuser attribute from account schema.
but for me this attribute is not there in account schema.
So what should i do ?
Thanks you so much for help.
Looking for urgent help!
Regards
Vatan
vkashat
(Vincent Kashat)
2
Did you verify you have the proper permissions?
Hi @vkashat
Thank you for your response.
I have checked the document and compare with my azure application so i found there is two group are mission.
- User.Invite.All
- Directory.AccessAsUser.All
Do you thing it could be reason of issue or there can be different thing as well ?
regards
vatan
Hi Vatan,
Kindly follow the steps below to resolve the issue:
Add the useMSGraphAPI
attribute in the Azure AD data source through API.
Kindly use the API format:
PATCH /v3/sources/:id
[
{ “op”: “add”,
“path”: “/connectorAttributes/useMSGraphAPI”,
“value”: “true”
}
]
For more information, you can also have a look to Additional Configuration Parameters
vkashat
(Vincent Kashat)
5
Add those permissions and try again, if it still doesn’t work, try @ManojSingh01 's suggestion
Thank you so much @ManojSingh01.
Once the i add value, Issue got resolved.
Thank you @vkashat for your help!
issue resolved by manoj suggestion.