Dashboard
APISearch Users API - Find Members in Your Bot | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

Search Users - Find Members in Your Subscription Bot

Find specific members in your subscription bot by searching their user ID or display name. This endpoint performs a case-insensitive partial match, making it easy to locate members when you only have partial information available.

GET/v2/projects/{project_id}/users/search

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

Query Parameters

searchstringrequired

Case-insensitive partial match against user ID or name fragments. Minimum 3 characters.

limitintegerDefault: 10

Maximum number of items per page.

offsetintegerDefault: 0

Number of items to skip before returning results.

Last updated: