cURL
curl --request GET \ --url https://app.d-sports.org/api/user/all \ --header 'Authorization: Bearer <token>'
Paginated list of onboarded community users with stats. Rate-limited to 30 req/min.
Clerk session token. Use Authorization: Bearer .
Max users to return (1-100)
Exclude users the caller already follows
true
false
{ users, total }
Was this page helpful?