REST API Documentation
/core/members
Get list of members
Parameters
Name | Type | Description |
---|---|---|
ids
|
string | Comma-delimited list of member IDs |
sortBy
|
string | What to sort by. Can be 'joined', 'name', 'last_activity' or leave unspecified for ID |
sortDir
|
string | Sort direction. Can be 'asc' or 'desc' - defaults to 'asc' |
name
|
string | (Partial) user name to search for |
email
|
string | (Partial) Email address to search for |
group
|
int|array | Group ID or IDs to search for |
activity_after
|
int | Find members that have been active since unix timestamp |
activity_before
|
int | Find members that have been active before unix timestamp |
page
|
int | Page number |
perPage
|
int | Number of results per page - defaults to 25 |
Exceptions
This endpoint doesn't throw any exceptions.
Response
This endpoint doesn't return a response.