---
title: "List Groups of the Business Role"
method: POST
path: "/accountmanager.fetchgroups/BR/{businessroleId}"
tags: ["User Admin"]
---

# List Groups of the Business Role

`POST /accountmanager.fetchgroups/BR/{businessroleId}`

Returns all user groups that the specified business role is assigned to.

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` object[]
      - `version` number
      - `typedId` string
      - `uniqueName` string
      - `module` string
      - `label` string
      - `createDate` string
      - `createdBy` unknown
      - `lastUpdateDate` string
      - `lastUpdateBy` unknown
    - `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/revisions/0850b5d6be73/schema)
