ReDoc documentation
Create a team in the company structure.
400 Bad Request
401 Unauthorized
Unexpected error
{- "team": {
- "id": 0,
 - "name": "string",
 - "description": "string",
 - "extension_attributes": { },
 - "custom_attributes": [
- {
- "attribute_code": "string",
 - "value": "string"
 
} 
] 
} 
}{- "message": "string",
 - "errors": [
- {
- "message": "string",
 - "parameters": [
- {
- "resources": "string",
 - "fieldName": "string",
 - "fieldValue": "string"
 
} 
] 
} 
], - "code": 0,
 - "parameters": [
- {
- "resources": "string",
 - "fieldName": "string",
 - "fieldValue": "string"
 
} 
], - "trace": "string"
 
}