I was trying to reset an authoritative source but it’s not possible via Visual Studio. Also checked the option to remove accounts via the following API, it also does not work. Anyone knows how to reset an authoritative source or how to remove all accounts in an authoritative source? Thanks in advance!
Are you able to reset other sources (i.e. non-authoritative sources) through either method currently?
The API call does indeed look like a permission issue - if you are using the same PAT for the VSC plugin this could explain it. Make sure you have sp:scopes:all - and try with another non-authoritative source if possible.
First I just selected scope:all and it did not work then I selected everything listed here. It did not work too. And I am not able to reset other sources as well actually. But I can trigger account or entitlement aggregation through the ISC Plugin in Visual Studio.
I believe it’s not the authorization issues. If authoritative source is actively used in Identity profile we can’t delete or reset it. You can try deleting ID profile after taking backup and then try to reset source.
ISC does not allow you to reset a source while some other critical process (mainly identity refresh, but I think account aggregation too) is running. What response are you getting when you try to call this API?
It was also failing when I try it via Postman yesterday. But after generating the new token I tried one more time in Postman and it is indeed working now. But, still it is failing in Visual Studio which is weird. Perhaps I can delete the app and install it from scratch. But, thanks all for the support!