---
title: "application.addHiringTeamMember"
method: POST
path: "/application.addHiringTeamMember"
tags: ["Application"]
---

# application.addHiringTeamMember

`POST /application.addHiringTeamMember`

Adds an Ashby user to the hiring team at the application level.

**Requires the [`candidatesWrite`](authentication#permissions-applicationaddhiringteammember) permission.**

## Request body

- ApplicationAddHiringTeamMemberRequest
  - `applicationId` string, uuid, required — The application to assign the user a role on.
  - `teamMemberId` string, uuid, required — The id of the user to assign the role to.
  - `roleId` string, uuid, required — The id of the hiring team role to assign.

## Response `200`

Responses from the application.addHiringTeamMember endpoint

- union
  - ApplicationAddHiringTeamMemberSuccessResponse
    - `success` true, required
    - `results` HiringTeamRole, required
      - `userId` string, uuid, required — The unique identifier of the hiring team member
      - `firstName` string, required — The first name of the hiring team member
      - `lastName` string, required — The last name of the hiring team member
      - `email` string, email, required — The primary email address of the hiring team member
      - `role` string, required — The hiring team role assigned to the member
  - ErrorResponse
    - `success` false, required
    - `errors` ErrorDetail[], required
      - `message` string, required
      - `parameter` string

---

[API](https://skmtc.net/ashbyhq/apis/ashby-api.md) · [All operations](https://skmtc.net/ashbyhq/apis/ashby-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ashbyhq/ashby-api/revisions/778b919dc743/schema)
