Azure b2b user invitation acceptance attribute

banana 1 Reputation point
2020-12-15T18:12:21.193+00:00

Hello everyone,

I'm kinda new to Azure Graph or to Azure generally haha.

I'm looking to aggregate the attribute which would flag if an Azure b2b guest user has accepted the invitation or not.
I saw a few articles saying that the attribute is called 'status' or 'PendingAcceptance' or 'source'.
so even if one of them is the one I need, how should try and "call it"/aggregate it?

if there is no such attribute, how can i extend a b2b user attributes so that i can get the status of the invitation.
i hope someone can help with this:)

thanks in advance to all helpers

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,616 questions
Azure Active Directory External Identities
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. James Hamil 12,976 Reputation points Microsoft Employee
    2020-12-15T22:59:58.937+00:00

    Hi @banana , this article uses PendingAcceptance with Powershell! This documentation walks through B2B collaboration API which I think will help you. Looking at these documents you should be able to piece together ways to use this for your scenario. If you still need help please let me know!

    Hope this helps,
    James