List Users
Returns all users created under your partner account.
Endpoint
GET /api/v1/partner/usersResponse
Success 200 OK
{
"success": true,
"users": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"user_id": "550e8400-e29b-41d4-a716-446655440000",
"user_name": "john_doe",
"email": "john@example.com",
"company": "Acme Corp",
"contact": "+1234567890",
"timezone": "Asia/Kolkata",
"currency": "inr",
"active": true,
"type": "owner",
"app_ids": ["660e8400-e29b-41d4-a716-446655440001"],
"created_at": 1708000000000,
"updated_at": 1708000000000
}
]
}If no users exist,
userswill be an empty array[].
Errors
| Status | Error | Description |
|---|---|---|
401 | Unauthorized | Invalid or missing API key |
Try It
GET
/api/v1/partner/usersList all users