Skip to content

Commit 218b8d3

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/08/06
1 parent bcd935c commit 218b8d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

methods/admin/admin.users.list.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
"desc": "Limit for how many users to be retrieved per page.",
2929
"type": "integer"
3030
},
31+
"only_guests": {
32+
"required": false,
33+
"example": "true",
34+
"desc": "If true, returns only guests and their expiration dates that belong to the team_id.",
35+
"type": "boolean"
36+
},
3137
"team_id": {
3238
"required": false,
3339
"desc": "The ID (T1234) of a workspace. Filters results to just the specified workspace."

0 commit comments

Comments
 (0)