azure icon indicating copy to clipboard operation
azure copied to clipboard

Invite Guest Users for module azure_rm_aduser

Open creespow opened this issue 4 years ago • 2 comments

SUMMARY

Add feature to invite guests user by email.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

azure_rm_aduser

ADDITIONAL INFORMATION

Feature as described in documentation: https://docs.microsoft.com/en-us/azure/active-directory/external-identities/b2b-quickstart-add-guest-users-portal

- name: Invite Guest User
  azure_rm_aduser:
    user_mail_to invite: [email protected]
    state: present
    tenant: "{{ tenant_id }}"

creespow avatar Aug 27 '21 08:08 creespow

I'm curious on this one as well. From what I saw this might not be implemented in the python sdk though… https://github.com/Azure/azure-sdk-for-python/issues/2577

nbr23 avatar Sep 02 '21 02:09 nbr23

Hello. Thanks for your reply. I will be following the Azure Graph deprecation thread Azure-Deprecation#60

Regards

creespow avatar Sep 02 '21 13:09 creespow

@creespow MS graph is already supported in #1112, Thanks!

Fred-sun avatar Apr 03 '23 06:04 Fred-sun

@creespow AAD Graph is deprecated, we will no longer upgrade azure_rm_ad* related resource, but we will migrate to MS Graph, which is already supported in #1112, and we will close this Issue. Thanks!

Fred-sun avatar Apr 06 '23 01:04 Fred-sun