Azure AD Get Manager permission problem

I set up a delegated user connection to AAD with Integration Services, which works fine to list all users and groups. Now I’m trying to use the “Get Manager” activity, but I’m getting this error:

Get Manager: An error has occurred: Code: Authorization_RequestDenied
Message: Insufficient privileges to complete the operation.

These are the permissions I have enabled for the app, which should be sufficient according to the docs (Activities - Get Manager):

Any guidance on what else I might have to enable?

@Stefan_Reutter,

If you have just given the permissions, give it some time to get it synced and try after sometime. It takes some time to get it synced.

Thanks,
Ashok :slight_smile:

in the activity’s official documentation it asks for the permissions below - did you add them ?

  • Delegated - User.Read.All, User.Read.All, Directory.Read.All, Directory.Read.All, Directory.AccessAsUser.All
  • Application - User.Read.All, User.Read.All, Directory.Read.All, Directory.Read.All

Thanks for the tip, Ashok. It gave me the idea to edit and reconnect the integration service connection, which apparently helped: I’m not getting the error anymore

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.