I manage to identify the issue.
It was my mistake in my script
PS : This forum is a nightmare to post, it failed most of the time, do not respond frequently.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear all,
When I use graph API withinh POSTMAN in order to add a guest user to a group I process as follow :
Then this exact steps, I add it in a script that is executed at a dedicated time as follow:
{
"@odata.id": "https://graph.microsoft.com/v1.0/directoryObjects/{userID}"
}
Then response to add user to group is successfull
Then what is strange is that when I check in my AD , I can see the user which has been created BUT I do not see that user as a member of the group it has been added.
It is not displayed while no error was return during the API call
Does it means it takes some time to get it visible ?
Does it means that user need to validate the invitation before it is added to the group ?
Thanks for clarification
regards
I manage to identify the issue.
It was my mistake in my script
PS : This forum is a nightmare to post, it failed most of the time, do not respond frequently.