I am trying to update user profile using MS Graph.
Scopes: All are delegated permissions : "scp": "Directory.AccessAsUser.All Directory.Read.All Directory.ReadWrite.All Group.Read.All Group.ReadWrite.All User.Invite.All User.Read User.ReadBasic.All User.ReadWrite User.ReadWrite.All"
My Directory role is : Application administrator, Application developer.
Error I am getting: "Authorization_requestDenied . Insufficient privileges to complete the operation".
Inspite of having all permissions , why I am still getting this error , is it because I am not a global administrator ?