---
title: "Update a staff member's role on the Issuer"
method: PATCH
path: "/v2/issuers/{idOrEntityId}/staff"
tags: ["Issuers"]
---

# Update a staff member's role on the Issuer

`PATCH /v2/issuers/{idOrEntityId}/staff`

User must have an owner role on the issuer.

## Path parameters

- `idOrEntityId` string, required

## Request body

- V2IssuerStaffForCreateOrUpdate
  - `email` string, email, nullable, required — Email address associated with the staff member
  - `role` 'owner' | 'editor' | 'staff', nullable, required — Role of the user in the issuer.

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/instructure/apis/public-api-docs.md) · [All operations](https://skmtc.net/instructure/apis/public-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/public-api-docs/revisions/44eb39b4bd65/schema)
