Files
medusa-store/www/utils/generated/oas-output/schemas/AdminUserListResponse.ts
github-actions[bot] c6c660c4d3 chore(docs): Updated API Reference (automated) (#12461)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2025-05-13 13:43:58 +00:00

37 lines
922 B
TypeScript

/**
* @schema AdminUserListResponse
* type: object
* description: The paginated list of users.
* x-schemaName: AdminUserListResponse
* required:
* - limit
* - offset
* - count
* - users
* properties:
* limit:
* type: number
* title: limit
* description: The maximum number of items returned.
* offset:
* type: number
* title: offset
* description: The number of items skipped before retrieving the returned items.
* count:
* type: number
* title: count
* description: The total number of items.
* users:
* type: array
* description: The list of users.
* items:
* $ref: "#/components/schemas/AdminUser"
* estimate_count:
* type: number
* title: estimate_count
* description: The estimated count retrieved from the PostgreSQL query planner, which may be inaccurate.
* x-featureFlag: index_engine
*
*/