Get Users

Returns all users.

Query parameters

pageNumberintegerOptional
Page number for pagination, starting from 1
pageSizeintegerOptional
Number of users to retrieve per page
searchstringOptional

Search term for filtering users by user_id, name, or email

order_bystringOptional

Column to sort by (created_at, user_id, email)

ascbooleanOptional
Sort in ascending order

Response

Successfully retrieved list of users
row_countinteger
total_countinteger
userslist of objects

Errors

400
Bad Request Error
500
Internal Server Error