// Replace API_KEY with your api keycurl --location 'https://api.supahub.com/api/v1/users?email=useremail%40example.com&userId=YOUR_USER_ID&typeOfMembers=all&page=1&limit=10' \--header 'Authorization: Bearer API_KEY'
Users
List Users
Retrieve list of all users.
Copy
// Replace API_KEY with your api keycurl --location 'https://api.supahub.com/api/v1/users?email=useremail%40example.com&userId=YOUR_USER_ID&typeOfMembers=all&page=1&limit=10' \--header 'Authorization: Bearer API_KEY'
// Replace API_KEY with your api keycurl --location 'https://api.supahub.com/api/v1/users?email=useremail%40example.com&userId=YOUR_USER_ID&typeOfMembers=all&page=1&limit=10' \--header 'Authorization: Bearer API_KEY'