Skip to main content
POST
Create a space

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

ID of the workspace

Body

application/json
isRestricted
boolean
required
name
string
required
spaceKind
enum<string>
required
Available options:
regular,
project
managementMode
enum<string>
required
Available options:
manual,
group
memberIds
string[]

Required when managementMode is manual

groupIds
string[]

Required when managementMode is group

Response

Successfully created space

space
object

A space in the workspace.