I am using the Microsoft Graph API in my ASP.NET MVC application. The issue occurs when removing the user from the group and again adding the same user to the same group.
I am getting an exception that a user already exists in the group. If I try after 10 seconds, then it is working fine.
The issue I have to wait for 10 seconds between removing and adding the user to the group.
Is there any solution for this delay, or after removing the user, is any refresh option available?