# UserSearchRequestV2

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    UserSearchRequestV2:
      properties:
        keyword:
          type: string
          title: Keyword
          description: 关键词 / Keyword
          default: 猫咪
        cursor:
          type: integer
          title: Cursor
          description: >-
            偏移游标，用于翻页，从上一次请求返回的响应中获取 / Offset cursor for pagination, obtained
            from the last response
          default: 0
      type: object
      title: UserSearchRequestV2
      x-apifox-orders:
        - keyword
        - cursor
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
