Skip to content

Commit 3275786

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/11/05
1 parent 201e374 commit 3275786

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs.slack.dev/methods/admin.users.getExpiration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"subtype": "auth",
2020
"example": "xxxx-xxxxxxxxx-xxxx"
2121
},
22-
"user": {
22+
"user_id": {
2323
"schema": "user_id",
2424
"desc": "The ID of the guest user to get the expiration for.",
2525
"example": "U123ABC456"

methods/admin/admin.users.getExpiration.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
"deprecated": false,
55
"desc": "Fetches the expiration timestamp for a guest",
66
"args": {
7-
"user": {
8-
"required": true,
7+
"user_id": {
8+
"required": false,
99
"example": "U123ABC456",
10-
"desc": "The ID of the guest user to get the expiration for.",
11-
"type": "user"
10+
"desc": "The ID of the guest user to get the expiration for."
1211
},
1312
"target_team": {
1413
"required": false,

0 commit comments

Comments
 (0)