Create a new workspace. Each workspace represents a separate organization. Managed service providers (MSPs) can create child workspaces for each of their customers.
Created
Bad request, validation error
Unauthorized request
Access forbidden
Too Many Requests
Internal server error
{- "companyName": "Company Name",
 - "displayName": "Child workspace",
 - "type": "child",
 - "domain": "child-workspace.com",
 - "adminEmail": "admin@child-workspace.com",
 - "maxProtectedUsers": 25,
 - "notificationsLevel": "all"
 
}{- "id": "corodevonmicrosoftcom_EZ90_b",
 - "companyName": "Company Name",
 - "displayName": "Child workspace",
 - "type": "child",
 - "domain": "child-workspace.com",
 - "maxProtectedUsers": 25,
 - "notificationsLevel": "none",
 - "parentWorkspaceId": "coroparent_123",
 - "protectedDevices": 0,
 - "children": [
- "string"
 
], - "mainAdminEmail": "string",
 - "adminEmails": [
- "string"
 
], - "pendingAdminEmails": [
- "string"
 
], - "lastAdminLoginTime": 1693562400000,
 - "workspaceCreationTime": 1641009600000,
 - "workspaceCreationType": "direct"
 
}