Forum Discussion
Anonymous
Feb 10, 2017invitedToGroups and invitedToApplications in Invitation API
Hi, This is not a question. I am writing this after being in contact with the product group, so that others can find this later without bothering them again 🙂 The invitedToGroups and inv...
rakhi jain
May 30, 2017Copper Contributor
Hi
I have exactly the same requirement as stated here. Whenever I'm sending a B2B invitation using Graph Invitation API, the invitation is sent to external user. But I need to keep track whether the external user has accepted the invite or not.
I've tried calling the API again to check the status having sendInvitationMessage = false;
But always in the response object, status is showing "Pending Acceptance". Even if the user source changed to "External Azure Active Directory" from "Invited User".
Does the api gives status as "Completed" if we call the invitation api, when user has redeemed the invite.
I have exactly the same requirement as stated here. Whenever I'm sending a B2B invitation using Graph Invitation API, the invitation is sent to external user. But I need to keep track whether the external user has accepted the invite or not.
I've tried calling the API again to check the status having sendInvitationMessage = false;
But always in the response object, status is showing "Pending Acceptance". Even if the user source changed to "External Azure Active Directory" from "Invited User".
Does the api gives status as "Completed" if we call the invitation api, when user has redeemed the invite.
Sarat Subramaniam
Microsoft
Jul 06, 2017Thanks for your questions!
We will be working on exposing the invitation status through the Graph API.
In the meantime, we are also going to make this information available in the audit logs - so that you can write queries against the Audit APIs to get the invitation status of your B2B users.
Currently, the only way to reliably get that is through the presence of AltSecID for the B2B users - which is only exposed through the first party (private) APIs.
- Chad CarltonOct 17, 2017Copper Contributor
Please note that this is the main reason we continue to use the classic azure portal. (and we will continue to need the classic portal because there is no way to see remption status in the new portal).
When will redemption status be visible?
- T POct 06, 2017Copper ContributorIt is now October 2017. Is there an update on when or if we can use the Graph API to get the status of an invitation.
- AnonymousAug 22, 2017Hi Sarat,
Do you have any expected timeline by when invitation status would be available through the Graph API.