Skip to main content

Get users

GET 

/v1/admin/users

Get users

This endpoint retrieves a paginated list of user information accessible through the admin panel. It allows filtering by creation dates and supports basic search functionality. Access is restricted to admin users only.

Request

Query Parameters

    page int32

    Page

    page_size int32

    Page size

    search string

    Search

    end_date date-time

    End date

    start_date date-time

    Start date

Responses

Users retrieved successfully

Schema
  • Array [
  • accounts string[]required
    email stringrequired
    last_login date-timenullable
    last_transaction date-timenullable
    nickname stringrequired
  • ]
Loading...