Create a workspace group
POST/v1/organizations/:organization_id/workspace-groups
Create a new workspace group for the specified organization. Only STATIC type workspace groups are currently supported. Returns the created workspace group ID upon successful creation.
Request
Responses
- 201
- 400
- 401
- 404
- 409
- 429
- 500
Workspace group successfully created. The response contains the created resource.
Bad Request. Common Causes: - Missing required fields - Invalid field values - Invalid type value (only STATIC allowed) - Invalid location structure
Unauthorized - authentication required
Organization not found
Conflict: a workspace group with the same name already exists
Too Many Requests
Internal Server Error