Create a workspace
Workspaces
Create a workspace
This endpoint allows you to create a workspace within a specific company.
This is useful for organizing and managing different projects or groups within the company.
It is restricted to admin and company admin users.
POST
Create a workspace
Documentation Index
Fetch the complete documentation index at: https://docs.lighton.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the company.
Body
V2 API: Uses flat structure with separate members and groups fields
Response
201 - application/json
Mixin providing get_membership_role method for workspace serializers.