Is there a way to manage the subscriptions of account members using one of the available APS's RESTful APIs? I've reviewed the available API endpoints under the account users section in the Autodesk Construction Cloud APIs documentation, but I haven’t found any parameters or options that allow subscription management for account members.
Thank you in advance. Screenshot1_Project memberScreenshot2_JSON response (project member products)Screenshot3_Account user
Look at the ACC Account Admin API, specifically at the PATCH projects/{projectId}/users/{userId} endpoint. This might give you what you're looking for?