cURL
curl --request GET \ --url https://app.d-sports.org/api/admin/users \ --header 'Authorization: Bearer <token>'
Paginated user list with search and sorting.
Clerk session token. Use Authorization: Bearer .
{ users, total, page, totalPages }
Was this page helpful?