---
title: "Add worker to app"
method: POST
path: "/v1/app/{app_uuid}/workers/{worker_id}"
tags: ["workers"]
---

# Add worker to app

`POST /v1/app/{app_uuid}/workers/{worker_id}`

## Headers

- `X-Fields` string, mask

## Request body

- CreateWorkerApp
  - `role` 'LABELER' | 'REVIEWER', required

## Response `200`

Success

- WorkerApp
  - `appUuid` string
  - `created` string, date-time
  - `ownerId` integer
  - `worker` Worker
    - `id` integer
    - `status` 'INVITED' | 'ACTIVE' | 'INACTIVE'
    - `type` 'USER' | 'CROWD' | 'BOT' | 'AI'
    - `invited` string, date-time
    - `accepted` string, date-time
    - `created` string, date-time
    - `userId` integer
    - `userEmail` string
    - `userUsername` string
  - `role` 'LABELER' | 'REVIEWER'

---

[API](https://skmtc.dev/super/apis/super-ai-api.md) · [All operations](https://skmtc.dev/super/apis/super-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/super/super-ai-api/revisions/b216439d9398/schema)
