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

# Get Team Member Details

`GET /team/member`

Get detailed information about a specific team member including their role, reporting managers, and organization details

## Query parameters

- `agentNumber` string, required

## Response `200`

Team member details retrieved successfully

- object
  - `id` string — Unique identifier of the team member
  - `name` string — Name of the team member
  - `phone` string — Phone number of the team member
  - `email` string — Email address of the team member
  - `joinDate` string, date-time — Date when the team member joined
  - `reportingManager` ReportingManagerDetails[]
    - `id` string — Unique identifier 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 (optional)
    - `joinDate` string, date-time — Date when the reporting manager joined
  - `orgRoleName` string — Name of the team member's role in the organization
  - `orgRoleId` string — ID of the team member's role in the organization
  - `isOrganizationOwner` boolean — Whether the team member is the owner of the organization
  - `wabaRoles` object[]
    - `wabaName` string — Name of the WhatsApp Business Account
    - `wabaNumber` string — WhatsApp Business Account Number
    - `roleName` string — Name of the role assigned for this WABA

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized
- `404` — Team member not found
- `422` — Unprocessable Entity

---

[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)
