Idempotent
Create team
Create a team in the company workspace
Headers
- Type: stringx
-corma -idempotency -key min length:1Optional client-generated key. Reusing the same key with an identical request replays the original response instead of enqueueing a duplicate task.
Body·
required
application/json
- Type: stringdisplay
Name min length:1required - Type: stringkeymin length:1required
Responses
- Type: object ·201
OK
- Type: string Format: date-timecreated
At requiredThe timestamp of when this resource was created. ISO 8601 format.
- Type: stringdisplay
Name required - Type: stringkeyrequired
- Type: array object[] ·sourcesrequired
- Type: string Format: date-timeupdated
At requiredThe timestamp of the last update to this resource. ISO 8601 format.
application/json
post/teams
{
"key": "string",
"displayName": "string",
"sources": [
{
"sourceKind": "integration",
"integrationKind": "google",
"mergeKind": "string",
"createdAt": "2026-07-23T16:23:32.872Z",
"lastUpdatedAt": "2026-07-23T16:23:32.872Z"
}
],
"createdAt": "2026-07-23T16:23:32.872Z",
"updatedAt": "2026-07-23T16:23:32.872Z"
}