arcgis-python-api icon indicating copy to clipboard operation
arcgis-python-api copied to clipboard

Add the ability to change Enterprise Group which provides membership to Portal and AGOL Group

Open gmattis1991 opened this issue 3 years ago • 0 comments
trafficstars

Is your feature request related to a problem? Please describe. We needed to update our Enterprise Groups which powered the membership of our Portal and AGOL groups from ADFS to Microsoft Azure and had no way to automatically do it via the API.

<insert your code here>

Describe the solution you'd like Just as you are able to access and update properties of an ArcGIS Enterprise (AGE) or AGOL Group, we should be able to access and update the name of the enterprise group which powers the membership to the AGE or AGOL Group. Because of the change from ADFS to Microsoft Azure AD, our group names changed from physical security group names to the Azure AD Group GUID. Being that we have all of our groups membership based on Enterprise Groups, it would have been very helpful to have this done programmatically rather than having to do it manually.

Describe alternatives you've considered

Additional context

gmattis1991 avatar Jul 19 '22 23:07 gmattis1991