FCHubFCHub.co

Get user list

Search and retrieve WordPress users for role assignment with pagination.

GET
/roles/user-list

Authorization

applicationPassword
AuthorizationBasic <token>

WordPress Application Password authentication. Generate one at wp-admin > Users > Application Passwords. Use as Basic Auth with username:application_password (base64-encoded).

In: header

Query Parameters

search?string

Search users by name or email

user_ids?string

Comma-separated list of specific user IDs to retrieve

per_page?integer

Results per page

page?integer

Page number

Response Body

application/json

curl -X GET "https://your-site.com/wp-json/fluent-cart/v2/roles/user-list"
{}