workspaces

Create Workspace

Create a new workspace.

post/api/v1/workspaces

Request body

idstring uuid
display_namestring required
tenant_handlestring nullable

Response

Successful Response

idstring uuid required
organization_idstring uuid nullable
created_atstring date-time required
display_namestring required
is_personalboolean required
is_deletedboolean required
tenant_handlestring nullable
data_plane_urlstring nullable

Changes

Changed in 1 of the 48 revisions of this API.1

    • added the optional property data_plane_url to the response with the 200 status

      response-optional-property-added