User and Workspace management
Create Workspace
Create a workspace in your organization.
- You need to be an Org Admin to create a workspace.
- You will be added to the new workspace with an Admin role.
post/public/v1/workspaces
Request body
Example request
{
"name": "A new workspace",
"icon_url": "https://cdn.example.com/icons/workspace.png"
}Response
OK
Example response
{
"id": "iMymdDd9XFD3HyxP5VD67Q",
"name": "A new workspace"
}