The Forma Hub Admin API automates setting up projects, assigning project admins, managing member and partner company directories, and managing project users across products. You can also synchronize data with external systems. The Admin API includes the following features:
Note that the Forma Project and Project User endpoints are NOT compatible with BIM 360. Use the BIM 360 Account Admin API for BIM 360 projects.
To assign licenses to Forma users, go to the Members tool in the Hub Admin module in the Forma UI. For more information about Forma Hub Admin features and workflows, see the Forma Hub Admin help documentation.
Forma services are hosted in data centers across the US and EMEA. Data stored in the US is not available in EMEA and vice versa.
Most Forma services support automatic region routing; your API calls are automatically routed to the relevant data center. API calls to US data centers are the same as API calls to EMEA data centers.
However, the Forma Hub Admin API does not currently support automatic region routing:
region must be specified in the request header.Note that If you’re not sure which region your data is stored in, we recommend that you verify the region by calling GET projects using both region header values. The correct region returns a 200 HTTP status code, and the incorrect region returns a 404 HTTP status code. You can then store the correct region to use for subsequent Forma Hub Admin API calls.
You can directly create two classifications of Forma projects:
Note that we refer to a project that was cloned from a template — but is not ready to be used in production — as a cloned project. Once its assigned project members have configured the cloned project for use, it will be a production project.
Note that you cannot create a project template from another project template, but you can base it on a production project. The new project template is not completely configured for use, but it will get you started.
For more information about working with project templates, see Project Administration > Project Templates and Hub Administration > Project Templates in Build Help.
You can assign any user in the Forma hub that contains a given production project or project template to participate in the project as a project member.
Project templates have two sets of members:
Note that currently when you call GET projects/:projectId/users to retrieve a template’s users, the response contains only the active members — the template configuration members.
You can give project members either member access or administrator access to any project in which they’re active.
You can create a new production project as a clone of an existing project template by calling POST accounts/:account_id/projects with the appropriate request parameters. The template’s products and settings are copied to the cloned project. The Hub Admin service launches an asynchronous job to activate the products.
Currently, you can copy all of the template project members to the cloned project in bulk by calling POST projects/:projectId/users to assign a project administrator to the cloned project. This administrator can be any user who is currently in the same hub as the project. This triggers the automatic process of assigning the template project members to the cloned project and activating them.
The following list details known limitations of the current release of the Forma Hub Admin API:
If you are experiencing performance issues with the Hub Admin API, we recommend reducing the volume of API calls or the number of resources affected by batch operations. For more information, see the Rate Limits page.