Skip to content

Commit 2cded02

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/06/06
1 parent 93eda55 commit 2cded02

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

events/user_change.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "user_change",
33
"desc": "A member's data has changed.",
4-
"long_desc": "The user_change event is sent to all connections for a workspace when a member updates their profile or data. Clients can use this to update their local cache of members. Custom fields being modified on a user profile will not trigger the user_change event. Depending on what event took place, one of the following three other events will be dispatched simultaneously: Use the users.profile.set method to update user profile data. When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more",
4+
"long_desc": "The user_change event is sent to all connections for a workspace when a member updates their profile or data. Clients can use this to update their local cache of members. Custom fields being modified on a user profile will not trigger the user_change event. If the user_huddle_changed event took place, that event will be dispatched simultaneously. Use the users.profile.set method to update user profile data. When an event occurs, we will send an HTTP POST request to your Request URL. The outer payload is uniform across all Events API methods, and contains fields like team_id and event. Learn more",
55
"required_scope": "RTM",
66
"example": {
77
"user": {

events/user_huddle_changed.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
],
3333
"status_expiration": 0,
3434
"avatar_hash": "g12345678910",
35+
"huddle_state": "in_a_huddle",
36+
"huddle_state_expiration_ts": 1746217265,
37+
"huddle_state_call_id": "R0123ABC456",
3538
"first_name": "Some",
3639
"last_name": "User",
3740
"image_24": "https://secure.gravatar.com/avatar/cb0c2b2ca5e8de16be31a55a734d0f31.jpg?s=24&d=https%3A%2F%2Fdev.slack.com%2Fdev-cdn%2Fv1648136338%2Fimg%2Favatars%2Fuser_shapes%2Fava_0001-24.png",

0 commit comments

Comments
 (0)