Search Users
Users
Search Users
Search for users by query string (name/email/phone) with pagination.
GET
Search Users
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Search term (matches name, email, or phone).
Page number (1-based).
Required range:
x >= 1Page size (between 5 and 10).
Required range:
5 <= x <= 10Response
200 - application/json
List of users matching the search
User ID.
User email.
Phone in E.164 format.
Given name.
Family name.
Assigned role. Admin can only be assigned via PUT /api/v1/auth/user/id/{id}/role by an existing admin.
Available options:
customer, vendor, subvendor, user, admin Current KYC status.