FROZEN Teams Team creation JOBS - Teams Teams cannot be created.

Error message from Job Queue:
Error running synchronization project (Microsoft Teams in tenant '***')'s workflow (Provisioning).
[1777124] Error running synchronization step (Team) of synchronization configuration (Provisioning (Provisioning)).
[1777004] Method (Insert (Insert)) could not be run successfully.
[System.Exception] [Exception]: ServiceException occured
Code: Request_BadRequest
Message: Specified HTTP method is not allowed for the request target.
[ODataError]: Code: Request_BadRequest - Message: Specified HTTP method is not allowed for the request target.

....

Error Message in Sync O3EUnifiedGroup:
[VI.Base.PowerShell.Runner.PipelineHasErrorsExeption] The following errors occured during execution:
Microsoft.Exchange.Configuration.Tasks.TaskException: The group can't be created
at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory
errorCategory, Object target, String helpUrl)
at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category,
Object target, Boolean reThrow, String helpUrl)
at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category,
Object target, Boolean reThrow)
at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(LocalizedException exception,
ExchangeErrorCategory category, Object target)
at Microsoft.Exchange.Management.RecipientTasks.NewUnifiedGroup.CreateUnifiedGroup()
at Microsoft.Exchange.Management.RecipientTasks.NewUnifiedGroup.InternalProcessRecord()
at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__118_1()
at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func,
Boolean terminatePipelineIfFailed)

  • Well if you wants some answer, you must give more details (which version, what action, etc...). It's a forum, not support here so take some times to prepare your post before.

    From what error is suggesting is that it try to do an API call with a method which is not allowed from the target. (Should be a POST I guess but it needs to look on the API documentation)