I am trying to add project admin and users to the bim project with the POST projects/:project_id/users/import
endpoint.
Finally, I am getting an error:
"errors": [
{
"code": 2000,
"message": "{\"project_limited\":[\"BIM 360 Docs\"]}"
}
],
If I add project admin in the BIM portal and activate service Document Management, my API calls works.
Why does it happen?
The problem was in limitations to the trial account