You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/src/api/member/memberActiveList.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ import PermissionChecker from '../../services/user/permissionChecker'
13
13
* @pathParam {string} tenantId - Your workspace/tenant ID
14
14
* @queryParam {string} [filter[platforms]] - Filter by activity platforms (comma separated list without spaces)
15
15
* @queryParam {string} [filter[isTeamMember]] - If true we will return just team members, if false we will return just non-team members, if undefined we will return both.
16
+
* @queryParam {string} [filter[isBot]] - If true we will return just members who are bots, if false we will return just non-bot members, if undefined we will return both.
16
17
* @queryParam {string} [filter[activityTimestampFrom]] - Filter by activity timestamp from (required)
17
18
* @queryParam {string} [filter[activityTimestampTo]] - Filter by activity timestamp to (required)
18
19
* @queryParam {string} [orderBy] - How to sort results. Available values: activityCount_DESC, activityCount_ASC, activeDaysCount_DESC, activeDaysCount_ASC (default activityCount_DESC)
0 commit comments