Create organization
POST/organizations
Require global admin rights
Request
- application/json
Body
Organization id.
new-org-id
Organization name.
New Organization
The new organization's tenant id.
features
object
Organization Features.
Allow use Bim360 (ACC) CDE.
Allow use Trimble CDE.
Allow use Sharepoint CDE.
Allow use BimCollab.
Allow use BimTrack.
Allow use Ditio.
Allow use Jira.
Allow use X-Site Manage.
Allow use Omega 365.
Allow use Omega PIMS 365.
Allow use Forms.
Allow use ArcGIS.
Allow force double sided materials.
Allow use Offline mode.
Allow use New UX.
Responses
- 201
- 400
- 401
- 403
- 409
- 500
Created
- application/json
- Schema
- Example (from schema)
Schema
Organization id.
new-org-id
Organization name.
New Organization
The new organization's tenant id.
features
object
Organization Features.
Allow use Bim360 (ACC) CDE.
Allow use Trimble CDE.
Allow use Sharepoint CDE.
Allow use BimCollab.
Allow use BimTrack.
Allow use Ditio.
Allow use Jira.
Allow use X-Site Manage.
Allow use Omega 365.
Allow use Omega PIMS 365.
Allow use Forms.
Allow use ArcGIS.
Allow force double sided materials.
Allow use Offline mode.
Allow use New UX.
{
"id": "new-org-id",
"name": "New Organization",
"tenant": "string",
"features": {
"bim360": true,
"trimble": true,
"sharepoint": true,
"bimCollab": true,
"bimTrack": true,
"ditio": true,
"jira": true,
"xSiteManage": true,
"omega365": true,
"omegaPims365": true,
"forms": true,
"arcGis": true,
"doubleSided": true,
"offline": true,
"newUx": true
}
}
Bad Request
- application/json
- Schema
Schema
any
Unauthorized
Forbidden
Conflict
Server Error