Creating group in GCC environment

Zahmedli 60 Reputation points
2025-08-28T06:55:49.4+00:00

I am working in GCC high environment and wonder any approach using API method to create 365 group in this specifically environment

Thank you

Microsoft 365 and Office | Development | Microsoft 365 Developer Program
0 comments No comments
{count} votes

Accepted answer
  1. Michelle-N 4,105 Reputation points Microsoft External Staff Moderator
    2025-08-28T07:19:44.33+00:00

    Hi @Zahmedli

    Thanks for reaching out to Micrsoft Q&A forum support. 

    Based on what you've described, I understand that you're working in a GCC High environment and are wondering if there's an API method to create Microsoft 365 groups in this specific environment.

    As far as I know, you can create Microsoft 365 Groups using the Graph API endpoint POST /groups to create Microsoft 365 Groups in GCC High. This functionality is supported through the national cloud endpoint:

    https://graph.microsoft.us
    

    However, you must ensure that: 

    Link article: https://learn.microsoft.com/en-us/graph/deployments

    Alternative ways you might try: 

    You can use PowerShell tools like PnP or CSOM, which are compatible with GCC High for provisioning and managing SharePoint sites. For example, commands such as New-PnPUnifiedGroup or New-PnPSite can help automate group and site creation. These tools rely on supported Microsoft APIs and can be configured to target the correct government cloud endpoints. 

    I hope this helps you solve the problem. Warm thanks!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".     

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.