Hello,
I am trying to get data from the virtual table aaduser via WebAPI (authentication via application user with client secret etc., application user has systemadmin rights in CRM).
Getting the accounts works fine:
URL + api/data/v9.1/accounts
getting the aaduser returns a 400 bad request:
URL + api/data/v9.1/aadusers?$filter=userprincipalname eq 'me@domain.com'
Calling this URL in the browser with my own user returns the right data.
Which permissions does the application registration need?
Best regards
Ira