You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed: {"error":{"code":"-1, Microsoft.Data.OData.ODataException","message":{"lang":"en-US","value":"A node of type 'StartArray' was read from the JSON reader when trying to read a value of a property; however, a 'PrimitiveValue' or 'StartObject' node was expected."}}}
A remote collegue has verified that this works in Postman.
The text was updated successfully, but these errors were encountered:
RigidCollision
changed the title
Call to _api/GroupSiteManager/CreateGroupEx end point (to creat Teams Site) causesJSON Node error
Call to _api/GroupSiteManager/CreateGroupEx end point (to create Teams Site) causes JSON Node error
Feb 20, 2023
Usinbg the following to create a SharePoint Teams Site:
Results in:
Failed: {"error":{"code":"-1, Microsoft.Data.OData.ODataException","message":{"lang":"en-US","value":"A node of type 'StartArray' was read from the JSON reader when trying to read a value of a property; however, a 'PrimitiveValue' or 'StartObject' node was expected."}}}
The JSON checks out as 100% valid.
A remote collegue has verified that this works in Postman.
The text was updated successfully, but these errors were encountered: