---
title: "Update worker app role"
method: PATCH
path: "/v1/app/{app_uuid}/workers/{worker_id}"
tags: ["workers"]
---

# Update worker app role

`PATCH /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/afa60cb8fcbf/schema)
