workspaces

Create Workspace Endpoint

Create a new workspace; the caller becomes its manager.

Use case: a user provisioning a workspace they'll operate (either for themselves as a second container, or on behalf of someone else who'll be invited later as the day-to-day owner).

post/api/workspaces

Request body

namestring required
kindstring
default_currencystring nullable
localestring nullable
iconstring nullable
colorstring nullable
self_membershipboolean

Response

Successful Response

idstring uuid required
namestring required
kindstring required
is_archivedboolean required
default_currencystring required
localestring nullable
iconstring nullable
colorstring nullable
created_atstring date-time required
created_by_user_idstring uuid nullable
managed_by_user_idstring uuid nullable
rolestring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.