Skip to main content
POST
Create Workspace

Authorizations

x-ti-app-id
string
header
required
x-ti-secret-code
string
header
required

Body

application/json
name
string
required

Workspace name

Maximum string length: 50
Example:

"My Workspace"

enterprise_id
integer<int64>
required

Enterprise organization ID

Example:

12345

auth_scope
enum<integer>
required

Collaboration scope 0: Visible only to self 1: Visible to enterprise members

Available options:
0,
1
Example:

1

description
string

Workspace description

Maximum string length: 200
Example:

"This is a workspace for invoice processing"

Response

200 - application/json

Successfully created workspace

code
integer
required

Status code

Example:

200

msg
string
required

Status description

result
object