Teams
The Bearer API key of your user more info.
an integer specifying the starting point (beginning with 0) when paging through a list of entities
0the maximum number of results when paging through a list of entities.
50optional, filter teams for specific members (currently only a single occurrence of this param is allowed)
The teams
GET /api/teams HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
The teams
[
{
"id": 1,
"name": "text",
"visibility": "PUBLIC",
"members": [
{
"user": {
"id": 1,
"firstName": "text",
"lastName": "text",
"email": "text",
"timezone": "Europe/Berlin",
"position": "text",
"department": "text",
"avatarUrl": "text",
"language": "de",
"region": "DE",
"role": "STAKEHOLDER",
"shiftColor": "text",
"mutedUntil": "2025-11-17T03:01:17.337Z",
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
},
"role": "STAKEHOLDER"
}
],
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
}
]The Bearer API key of your user more info.
Date in ISO-8601
Date in ISO-8601
The newly created team
POST /api/teams HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 479
{
"id": 1,
"name": "text",
"visibility": "PUBLIC",
"members": [
{
"user": {
"id": 1,
"firstName": "text",
"lastName": "text",
"email": "text",
"timezone": "Europe/Berlin",
"position": "text",
"department": "text",
"language": "de",
"region": "DE",
"role": "STAKEHOLDER",
"shiftColor": "text",
"mutedUntil": "2025-11-17T03:01:17.337Z",
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
},
"role": "STAKEHOLDER"
}
],
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
}The newly created team
{
"id": 1,
"name": "text",
"visibility": "PUBLIC",
"members": [
{
"user": {
"id": 1,
"firstName": "text",
"lastName": "text",
"email": "text",
"timezone": "Europe/Berlin",
"position": "text",
"department": "text",
"avatarUrl": "text",
"language": "de",
"region": "DE",
"role": "STAKEHOLDER",
"shiftColor": "text",
"mutedUntil": "2025-11-17T03:01:17.337Z",
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
},
"role": "STAKEHOLDER"
}
],
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
}The Bearer API key of your user more info.
entity ID
The requested team
GET /api/teams/{id} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
The requested team
{
"id": 1,
"name": "text",
"visibility": "PUBLIC",
"members": [
{
"user": {
"id": 1,
"firstName": "text",
"lastName": "text",
"email": "text",
"timezone": "Europe/Berlin",
"position": "text",
"department": "text",
"avatarUrl": "text",
"language": "de",
"region": "DE",
"role": "STAKEHOLDER",
"shiftColor": "text",
"mutedUntil": "2025-11-17T03:01:17.337Z",
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
},
"role": "STAKEHOLDER"
}
],
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
}The Bearer API key of your user more info.
entity ID
Date in ISO-8601
Date in ISO-8601
The updated team
PUT /api/teams/{id} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 479
{
"id": 1,
"name": "text",
"visibility": "PUBLIC",
"members": [
{
"user": {
"id": 1,
"firstName": "text",
"lastName": "text",
"email": "text",
"timezone": "Europe/Berlin",
"position": "text",
"department": "text",
"language": "de",
"region": "DE",
"role": "STAKEHOLDER",
"shiftColor": "text",
"mutedUntil": "2025-11-17T03:01:17.337Z",
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
},
"role": "STAKEHOLDER"
}
],
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
}The updated team
{
"id": 1,
"name": "text",
"visibility": "PUBLIC",
"members": [
{
"user": {
"id": 1,
"firstName": "text",
"lastName": "text",
"email": "text",
"timezone": "Europe/Berlin",
"position": "text",
"department": "text",
"avatarUrl": "text",
"language": "de",
"region": "DE",
"role": "STAKEHOLDER",
"shiftColor": "text",
"mutedUntil": "2025-11-17T03:01:17.337Z",
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
},
"role": "STAKEHOLDER"
}
],
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
}The Bearer API key of your user more info.
entity ID
Empty body delete response
DELETE /api/teams/{id} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
Empty body delete response
No content
The Bearer API key of your user more info.
entity ID
The added team member
POST /api/teams/{id}/members HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 344
{
"user": {
"id": 1,
"firstName": "text",
"lastName": "text",
"email": "text",
"timezone": "Europe/Berlin",
"position": "text",
"department": "text",
"language": "de",
"region": "DE",
"role": "STAKEHOLDER",
"shiftColor": "text",
"mutedUntil": "2025-11-17T03:01:17.337Z",
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
},
"role": "STAKEHOLDER"
}The added team member
{
"user": {
"id": 1,
"firstName": "text",
"lastName": "text",
"email": "text",
"timezone": "Europe/Berlin",
"position": "text",
"department": "text",
"avatarUrl": "text",
"language": "de",
"region": "DE",
"role": "STAKEHOLDER",
"shiftColor": "text",
"mutedUntil": "2025-11-17T03:01:17.337Z",
"createdAt": "2025-11-17T03:01:17.337Z",
"updatedAt": "2025-11-17T03:01:17.337Z"
},
"role": "STAKEHOLDER"
}The Bearer API key of your user more info.
entity ID
Empty body delete response
DELETE /api/teams/{id}/members/{id} HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
Empty body delete response
No content
Last updated
Was this helpful?