We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2024-08-02 02:43 PM
Hey,
I wanted to integrate jira and bimcloud such that people can create a service desk ticket to join a teamwork project. The a jira ticket is made. We (BIM/IT) transition the ticket to Approved or Denied and if transitioned is Approved, a webhook is fired to a fastapi server in our end. This then triggers an action to the bimcloud server.
My only problem is that from what I have read from the swagger ui, there is no way to add a user/s to a group. I'm not sure if there is a way. Am I missing something from the documentation?
Also am I wrong to think that the bimcloud API is just for polling resources rather than manipulating resources for automation?
2024-08-05 04:12 PM
@jackjackjackjack, the BIMcloud API can support only file related operations, as per mentioned in the documentation. What you wish to do, to access user management, is not supported via the public API.