v1

latestOpenAPI 3.1.0AGPL-3.0 license2026-07-1210336283.6 KB
Teams

List all team members

List all team members for the authenticated team.

get/teams/{id}/members

Path parameters

idstring uuid required

Unique identifier of the team

Example:123e4567-e89b-12d3-a456-426614174000

Unique identifier of the team

Response

Team members

Example response

{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "role": "owner",
      "fullName": "John Doe",
      "avatarUrl": "https://cdn.midday.ai/avatars/john-doe.png"
    }
  ]
}