---
title: "Get subject writers"
method: GET
path: "/subjects/{key}/writers"
tags: ["subjects"]
---

# Get subject writers

`GET /subjects/{key}/writers`

Get the list of all authorized writers for a subject.

## Path parameters

- `key` string, required

## Response `200`

Success, returns the users having write permission to the subject.

- UsersResponse[]
  - `email` string — The user's email address.
  - `id` string
  - `imageUrl` string — Optional thumbnail image.
  - `name` string — First and last name.
  - `fullName` string — The user's full name.
  - `password` string
  - `createdBy` string — TODO
  - `createdAt` string — TODO
  - `updatedAt` string — TODO
  - `apiLinks` HATEOAS[] — Hypertext As The Engine Of Application State.
    - `href` string, required — URL of the related HATEOAS link you can use for subsequent calls.
    - `rel` string, required — Link relation that describes how this link relates to the previous call.
    - `method` string, required — The HTTP method required for the related call.

## Other responses

- `400` — Bad Request
- `401` — Authentication Error
- `404` — Resource Not Found
- `default` — Error

---

[API](https://skmtc.net/salesforce/apis/refocus-api.md) · [All operations](https://skmtc.net/salesforce/apis/refocus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesforce/refocus-api/versions/42c2153b047e/schema)
