---
title: "分页获取角色列表"
method: POST
path: "/authority/getAuthorityList"
tags: ["Authority"]
---

# 分页获取角色列表

`POST /authority/getAuthorityList`

## Request body

- RequestPageInfo
  - `keyword` string — 关键字
  - `page` integer — 页码
  - `pageSize` integer — 每页大小

## Response `200`

分页获取角色列表,返回包括列表,总数,页码,每页数量

- object
  - `code` integer
  - `data` ResponsePageResult
    - `list` unknown
    - `page` integer
    - `pageSize` integer
    - `total` integer
  - `msg` string

---

[API](https://skmtc.net/fisco-bcos/apis/gin-vue-admin-swagger-api.md) · [All operations](https://skmtc.net/fisco-bcos/apis/gin-vue-admin-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fisco-bcos/gin-vue-admin-swagger-api/versions/83281ff551eb/schema)
