Forum Discussion
luca_morelli
Sep 14, 2020Copper Contributor
add a member by email to an online meeting
Hi,
I need to create an online meeting and invite people outside the tenant by email using graph sdk. The samples I've seen so far add to the meeting people from the domain adding the user itself. How can add an email?
- williamsrabia
Microsoft
Hi luca_morelli
For guest users you will have to invite them first. Have you seen this API in graph?
https://docs.microsoft.com/en-us/graph/api/invitation-post?view=graph-rest-1.0&tabs=http
PowerShell- https://docs.microsoft.com/en-us/azure/active-directory/external-identities/b2b-quickstart-invite-powershell
Once this process is done, you should be able to add them to meeting.
- luca_morelliCopper Contributor
williamsrabia thanks. I've seen it, but I supposed it was possibile to give a spot access.
Considering that these calls will be work interviews, we could have a lot of candidates that are interviewed once without a followup, so we could need to do a periodic purge of the domain of accounts created for just this single interview.
Do we have some way to mark the users created for a single interview?