Skip to Content

List Users

Returns all users created under your partner account.

Endpoint

GET /api/v1/partner/users

Response

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, users will be an empty array [].

Errors

StatusErrorDescription
401UnauthorizedInvalid or missing API key

Try It

GET/api/v1/partner/usersList all users