Get a list of all users (both personal and business) for the authenticated merchant
API Key for accessing management endpoints
Page number (default: 1)
Page size (default: 30, max: 100)
Sort fields (prefix with - for desc): name,email,createdAt,country. Example: sort=country,-createdAt
Multiple filters can be applied with field_operator=value format. Fields: name,email,country,createdAt. Operators: eq (equals), neq (not equals), gt/lt (greater/less than), like/ilike (case sensitive/insensitive contains). Examples: name_like=john&email_eq=example.com&createdAt_gt=2023-01-01
Search users by id, name, email and country