List Chapter Members
GET
/chapter/{chapter_id}/member/
Chapter
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/chapter//member/'
Response Response Example
200 - Example 1
{
"count": 1,
"links": {
"previous": null,
"next": null
},
"pagination": {
"current_page": 1,
"next_page": 2,
"page_size": 500,
"previous_page": null
},
"results": [
{
"created_date": "2024-01-09T17:59:22Z",
"id": 1234,
"user": {
"id": 1234,
"full_name": "John Doe",
"profile_url": "/u/mjy7yj/"
}
}
]
}
Request
Path Params
chapter_id
integer
required
Query Params
order_by
string
optional
id, created_date
.Prefix value with '-' to specify descending order.
page_size
integer
optional