Creating a workspace for your customer
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
organizationIdstringRequired
The organization ID
Body
namestring · min: 1 · max: 256Required
The display name for the workspace
descriptionstring · min: 1 · max: 256Optional
The description for the workspace
userUsernamestring · nullableOptionalPattern:
The username of the user that is creating the workspace.
^[a-z0-9._-]+$flavorsstring[] · nullableOptional
Responses
201
Created
application/json
404
Resource not found
application/json
422
Request validation failed
application/json
post
/organizations/{organizationId}/workspacesLast updated
Was this helpful?

