Create Organization And Workspace

A partner, using a token signed by their clientId and clientSecret, can call this method to create an organization and workspace inside of Boosted. This is a useful shorthand as you can't add users to orgs, you have to add them to workspaces.

Authentication

Authorizationstring

Enter your JWT Token here in the format: Bearer {token}

Request

New Org and Workspace Request
external_org_idstringOptional
external_workspace_idstringOptional
org_emailstringOptional
org_entitlementslist of objectsOptional
org_namestringOptional
org_phone_numberstringOptional
org_support_emailstringOptional
org_typestringOptional
workspace_entitlementslist of objectsOptional
workspace_namestringOptional

Response

Created
messagestring or null
orgobject or null
successboolean or null
workspaceobject or null

Errors