---
title: "POST /openapi/v1/platform/getMembers"
method: POST
path: "/openapi/v1/platform/getMembers"
tags: ["openapi/v1/platform", "openapiV1Platform"]
---

# POST /openapi/v1/platform/getMembers

`POST /openapi/v1/platform/getMembers`

## Request body

- PlatformGetMembersReq
  - `keyword` string
  - `roleKey` string
  - `roles` string[]
  - `statuses` string[]
  - `updatedAtStart` string
  - `updatedAtEnd` string
  - `page` integer
  - `size` integer

## Response `200`

A successful response.

- object
  - `code` integer
  - `msg` string
  - `data` PlatformMembersResp
    - `list` PlatformMemberResp[], required
      - `userId` string, required
      - `userName` string
      - `nickName` string
      - `email` string
      - `status` string, required
      - `roles` PlatformMemberRoleResp[], required
        - `roleId` string, required
        - `roleKey` string, required
        - `roleName` string
        - `description` string
      - `updatedAt` string, required
    - `total` integer, required
    - `page` integer, required
    - `size` integer, required

---

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