---
title: "List User's Roles"
method: POST
path: "/accountmanager.fetchroles/{userId}"
tags: ["User Admin"]
---

# List User's Roles

`POST /accountmanager.fetchroles/{userId}`

Returns a list of role objects that are assigned to the specified user.<p>
**Avaialble for the following roles**:
- `ADMIN` (*General Admin*)
- `USERADMIN` (*Administer Users*)
- `SUPPORT` (*Investigate for Support*)
- `USERAUDIT` (*View Audits and Users*)
- `PLASMA` (*Adminster Plasma*)

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `csrfToken` string
    - `data` object[]
      - `version` number
      - `typedId` string
      - `uniqueName` string
      - `label` string
      - `additionalInfo1` unknown
      - `additionalInfo2` unknown
      - `additionalInfo3` unknown
      - `additionalInfo4` unknown
      - `createDate` string
      - `createdBy` number
      - `lastUpdateDate` string
      - `lastUpdateBy` number
    - `totalRows` number
    - `status` number

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
