cURL
curl --request GET \ --url https://app.d-sports.org/api/user/all \ --header 'Authorization: Bearer <token>'
Paginated list of all onboarded users. Supports excluding users the caller already follows. Rate-limited to 30 requests per minute.
Clerk session token. Use Authorization: Bearer .
Max results (1-100, default 50).
Set to true to exclude users already followed.
true
false
{ users, total }
Was this page helpful?