Fetch institution members with optional filtering and pagination. This endpoint allows you to retrieve a list of users belonging to your institution.
Filtering:
keyword parameter to search users by name, email, ghana card number or mobile numberPagination:
paginate to true to enable paginationpage and perPage to control paginationHMAC signature authentication. The Authorization header must contain your public key
and HMAC signature in the format: public_key:signature
Format: Authorization: public_key:signature
Example: Authorization: pub_abc123xyz:abc123def456ghi789...
The signature is generated by creating an HMAC hash of the request body (JSON stringified) using your secret key for POST/PUT requests. For GET requests, the signature is generated using the query parameters (JSON stringified) instead of the request body. Contact your account manager to obtain your public key and secret key for generating signatures.
Search keyword to filter users by first name, other name, last name, mobile number, or Ghana Card number
Number of users per page (used when paginate is true)
Whether to paginate the results
Page number (used when paginate is true)