---
title: "Get Team"
method: GET
path: "/team"
tags: ["Teams"]
---

# Get Team

`GET /team`

Get Team members with their Reporting Managers

## Response `200`

Operation successfully completed

- GetTeamResponseDto
  - `data` object[]
    - `id` string — ID of the Team member
    - `name` string — Name of the Team member
    - `phone` string — Phone number of the Team member
    - `email` string — Email of the Team member
    - `joinDate` string, date-time — Date when Team member joined
    - `reportingManager` object[]
      - `id` string — ID of the Reporting Manager
      - `name` string — Name of the Reporting Manager
      - `phone` string — Phone number of the Reporting Manager
      - `email` string — Email of the Reporting Manager
      - `joinDate` string, date-time — Date when Reporting Manager joined
    - `orgRoleName` string — Name of the Organization Role
    - `orgRoleId` string — ID of the Organization Role
    - `isOrganizationOwner` boolean — Indicates whether the Team member is the owner of the Organization

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/doubletick/apis/doubletick-public-apis.md) · [All operations](https://skmtc.net/doubletick/apis/doubletick-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/doubletick/doubletick-public-apis/versions/bba484527d34/schema)
