v1
latestSwagger 2.02026-07-176862225.3 KBuser
List users
Get all users under a project. If limit is not provided or 0, all users will be returned.
get/user/ls
Query parameters
limitinteger
Limit of users to return. Max 200. If limit is 0 or not provided, all users will be returned.
cursorstring
Cursor for pagination. Use the cursor from the previous response to get the next page.
time_descboolean
Order by created_at descending if true, ascending if false (default false)
Response
OK