---
title: "Update a persona's role"
method: PATCH
path: "/personas/{personaId}/role"
tags: ["People"]
---

# Update a persona's role

`PATCH /personas/{personaId}/role`

Updates the role of the specified persona.

## Path parameters

- `personaId` string, uuid, required — The ID of the persona to work with.

## Query parameters

- `accountId` string, required — The ID of the account to work with.

## Request body

- object
  - `roleName` 'Owner' | 'Admin' | 'Payer' | 'Viewer' | 'Accountant' | 'User', required — The name of the new role that you want to assign to the persona.

## Response `200`

OK

- object
  - `name` 'Owner' | 'Admin' | 'Payer' | 'Viewer' | 'Accountant' | 'User', required — The persona's newly-assigned role.

---

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