Get Many Users
Use this method to get multiple users' metadata simultaneously, such as the name, bio, social link, etc.
Usage in your script
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
perPage | String | Yes | Amount of users per page. |
page | String | Yes | Amount of pages |
sortBy | String | Yes | The field to sort the users by (any field in the user schema may be used) |
sortDir | String | Yes | Choose to sort in ascending (asc) or descending (desc) order |
Last updated