web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

The property '__metadata' does not exist on type 'SP.Group'. Make sure to only use property names that are defined by the type.

(0) ShareShare
ReportReport
Posted on by

Getting the Below error for sharepoint power automate flow to create sharepoint group.

The property '__metadata' does not exist on type 'SP.Group'. Make sure to only use property names that are defined by the type.

Using the below Json

 

 

{
"__metadata": {
"type":"SP.Group"
},
"Title": "FlowGroup",
"Description":"Group created from flow"
}

srinub_0-1598969554122.png

 

I have the same question (0)
  • Verified answer
    v-bacao-msft Profile Picture
    on at
    Re: The property '__metadata' does not exist on type 'SP.Group'. Make sure to only use property names that are defined by the type.

     

    Hi @srinub ,

     

    Please try to use the following REST API format to create a SharePoint Group:

    Uri: /_api/Web/SiteGroups
    Method: POST
    Header: {content-type:'application/json;odata=verbose'}
    Body:{
    "__metadata": {
    "type": "SP.Group"
    },
    "Title": "Demo Group – Contribute",
    "Description": "Created through API in Flows."
    }

    Please try again and feel free to let us know if the issue still exists.

     

    Best Regards,

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Coming soon: forum hierarchy changes

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 532 Moderator

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 461 Super User 2025 Season 2

#3
chiaraalina Profile Picture

chiaraalina 256

Last 30 days Overall leaderboard