Documentation Index
Fetch the complete documentation index at: https://docs.unibee.dev/llms.txt
Use this file to discover all available pages before exploring further.
https://api.unibee.dev/merchant/user/list
User List
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <your_api_key> |
Content-Type | Yes | application/json (for request body) |
| Name | Type | Required | Description |
|---|---|---|---|
count | integer | No | Count OF Page |
createTimeEnd | integer | No | CreateTimeEnd,UTC timestamp,seconds |
createTimeStart | integer | No | CreateTimeStart,UTC timestamp,seconds |
deleteInclude | boolean | No | Deleted Involved,Need Admin |
email | string | No | Search Filter Email |
externalUserId | string | No | ExternalUserId |
firstName | string | No | Search FirstName |
gatewayIds | array | No | GatewayIds, Search Filter GatewayIds |
lastName | string | No | Search LastName |
page | integer | No | Page,Start 0 |
planIds | array | No | PlanIds, Search Filter PlanIds |
searchKey | string | No | Search FirstName|LastName|Email|Phone|Address|ExternalUserId |
sortField | string | No | Sort,user_id|gmt_create|email|user_name|subscription_name|subscription_status|payment_method|recurring_amount|billing_type,Default gmt_create |
sortType | string | No | Sort Type,asc|desc,Default desc |
status | array | No | Status, 0-Active|2-Frozen |
subStatus | array | No | Filter, Default All,1-Pending|2-Active|3-Suspend | 4-Cancel | 5-Expire | 6- Suspend| 7-Incomplete | 8-Processing | 9-Failed |
subscriptionId | string | No | Search Filter SubscriptionId |
userId | integer | No | Filter UserId |
code, data, message, redirect, and requestId. code 0 indicates success.
| Field | Type | Description |
|---|---|---|
code | integer | Response code. 0 = success |
data | object | Response payload |
data.total | integer | Total |
data.userAccounts | array | User Account Object List |
message | string | Human-readable message |
requestId | string | Request ID for support |
| HTTP status | Meaning |
|---|---|
| 400 | Bad request — invalid or missing parameters. Check message in the body. |
| 401 | Unauthorized — missing or invalid API key. |
| 404 | Not found — invalid path or resource. |
| 500 | Server error — retry with backoff. |
code in the response body is non-zero, check message for details. Use requestId when contacting support.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Count OF Page
CreateTimeEnd,UTC timestamp,seconds
CreateTimeStart,UTC timestamp,seconds
Deleted Involved,Need Admin
Search Filter Email
ExternalUserId
Search FirstName
GatewayIds, Search Filter GatewayIds
Search LastName
Page,Start 0
PlanIds, Search Filter PlanIds
Search FirstName|LastName|Email|Phone|Address|ExternalUserId
Sort,user_id|gmt_create|email|user_name|subscription_name|subscription_status|payment_method|recurring_amount|billing_type,Default gmt_create
Sort Type,asc|desc,Default desc
Status, 0-Active|2-Frozen
Filter, Default All,1-Pending|2-Active|3-Suspend | 4-Cancel | 5-Expire | 6- Suspend| 7-Incomplete | 8-Processing | 9-Failed
Search Filter SubscriptionId
Filter UserId