Skip to content

Commit

Permalink
Updated from Slack docs, 2024/09/23
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Sep 23, 2024
1 parent a0ff3dd commit f1abf60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion events/user_change.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "user_change",
"desc": "A member's data has changed.",
"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. Accessing email addresses The users:read.email OAuth scope is required to access the email field in user objects. 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",
"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",
"required_scope": "RTM",
"example": {
"user": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"title": {
"required": false,
"example": "Suggested Prompts",
"desc": "Title for the prompts. Like Suggested Prompts, Related questions.",
"desc": "Title for the prompts. For example: Suggested Prompts, Related questions. This value is currently ignored by the Slack client.",
"type": "string"
}
},
Expand Down

0 comments on commit f1abf60

Please sign in to comment.