Nov 21 2020 12:19 PM
Microsoft graph fails on both Postman and Graph explorer
Description: I am attempting to create a Team according to this guide but it is failing https://docs.microsoft.com/en-us/microsoftteams/platform/graph-api/import-messages/import-external-m...
POST https://graph.microsoft.com/beta/teams Content-Type: application/json { "@microsoft.graph.teamCreationMode": "migration", "template@odata.bind": "https://graph.microsoft.com/beta/teamsTemplates('standard')", "displayName": "My Sample Team", "description": "My Sample Team’s Description", "createdDateTime": "2020-03-14T11:22:17.043Z" }
{ "error": { "code": "BadRequest", "message": "Required functionality is not supported.", "innerError": { "date": "2020-11-12T01:01:19", "request-id": "942c9e90-bbb2-4a18-b9b9-0f1e45170942", "client-request-id": "942c9e90-bbb2-4a18-b9b9-0f1e45170942" } } }