Enable support for programmatic redemption of Invite

Enable support for programmatic redemption of Invite
1

Upvotes

Upvote

 May 27 2021
1 Comments (1 New)
New

AD Graph (graph.windows.net) allows to redeem invitations programmatically without user intervention by calling `/redeemInvitation` as described in https://github.com/projectKudu/ARMClient/wiki/AAD-Invite-User-Apis.

 

The current APIs in MS Graph (graph.microsoft.com) don't seem to support this scenario.

 

They only support involving the user approval, either by an email or by a custom invitation redemption link.

 

This makes it impossible to migrate an app to Graph API that was relying on this mechanism for seamless user invitation to a tenant.

Comments
Copper Contributor

Hi,

Any updated on this feature? I'm also interested to redeem the invitation url by code.

Thanks