List organization members
Query Parameters
page?integer
Range
1 <= value <= 9007199254740991Default
1pageSize?integer
Range
1 <= value <= 100Default
20search?string
sort?string
role?string
Value in
- "owner"
- "admin"
- "instructor"
status?string
Value in
- "active"
- "invited"
Response Body
application/json
curl -X GET "https://example.com/api/organizations/members"{ "rows": [ { "id": "string", "name": "string", "email": "string", "image": "string", "role": "owner", "status": "active", "joinedAt": "string", "invitedAt": "string" } ], "total": -9007199254740991, "page": -9007199254740991, "pageSize": -9007199254740991}