User Information APIs
Retrieve user information for public accounts. Any user can set their account to be public visible or hidden from public APIs. Private accounts will not show up in user lists or specific user searches.
Base URL: https://api.teamtbm.org
List all users
/v1/users GET
Example Requests
Responses
{
"success": true,
"code": 200,
"users": [
{
"username": "teamtbm",
"display_name": "TeamTBM Official",
"account_type": "business",
"role": "Chief Executive Director",
"premium": 2,
"avatar": "https://gravatar.com/avatar/a9230da8a5fcf6c8e4cea8c4ab4fdbd9?s=500&d=https%3A%2F%2Fcdn2.teamtbm.org%2Favatars%2Fdefault.webp"
},
]
}
A request method other than HTTP GET was used.
The client exceeded the maximum number of attempts within the given time period.