ACC API - Project User Endpoint - Products without Matching Enum for cloudWorksharing

22 views Asked by At

I am working through a project where I am extending the API for an add-in in Revit and when I try to pass the "cloudWorksharing" Product Key as described in the API reference I get a 400 error saying "No enum match".

API Reference API enum List from reference

Status Message from Endpoint

I have successfully used other enums like projectAdministration or docs, so I am confident my call is correct. Is this an enum that doesn't actually do anything since really cloudWorksharing is a product of the user's license?

I was expecting the product type to be applied to the user.

0

There are 0 answers