slack-web-api-client
slack-web-api-client copied to clipboard
Missing `is_forgotten` in UsersListResponse on Member
Missing is_forgotten
https://github.com/slack-edge/slack-web-api-client/blob/ebf5f072088c03fa39fb8a9b84e27706698bc2f7/src/client/generated-response/UsersListResponse.ts#L19-L47
Also, on UsersInfoResponse. https://github.com/slack-edge/slack-web-api-client/blob/ebf5f072088c03fa39fb8a9b84e27706698bc2f7/src/client/generated-response/UsersInfoResponse.ts
Sample users.info response:
{
"ok": true,
"user": {
"id": "U08DU40SYLU",
"team_id": "T060SL2GABC",
"name": "deactivateduser832384",
"deleted": true,
"profile": {
"title": "",
"phone": "",
"skype": "",
"real_name": "Deactivated User",
"real_name_normalized": "Deactivated User",
"display_name": "deactivateduser",
"display_name_normalized": "deactivateduser",
"fields": null,
"status_text": "",
"status_emoji": "",
"status_emoji_display_info": [],
"status_expiration": 0,
"avatar_hash": "g849cc56ed76",
"email": "[email protected]",
"huddle_state": "default_unset",
"first_name": "Deactivated",
"last_name": "User",
"image_24": "https://secure.gravatar.com/avatar/e0bd3d1a963438355db9c9122b2127ba.jpg?s=24&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0004-24.png",
"image_32": "https://secure.gravatar.com/avatar/e0bd3d1a963438355db9c9122b2127ba.jpg?s=32&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0004-32.png",
"image_48": "https://secure.gravatar.com/avatar/e0bd3d1a963438355db9c9122b2127ba.jpg?s=48&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0004-48.png",
"image_72": "https://secure.gravatar.com/avatar/e0bd3d1a963438355db9c9122b2127ba.jpg?s=72&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0004-72.png",
"image_192": "https://secure.gravatar.com/avatar/e0bd3d1a963438355db9c9122b2127ba.jpg?s=192&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0004-192.png",
"image_512": "https://secure.gravatar.com/avatar/e0bd3d1a963438355db9c9122b2127ba.jpg?s=512&d=https%3A%2F%2Fa.slack-edge.com%2Fdf10d%2Fimg%2Favatars%2Fava_0004-512.png",
"status_text_canonical": "",
"team": "T060SL2GMU6"
},
"is_bot": false,
"is_app_user": false,
"updated": 1742247486,
"is_forgotten": true
}
}
Hi thanks for reporting this issue. The property must be added to the upstream official SDK's outputs first: https://github.com/slackapi/java-slack-sdk/tree/main/json-logs/samples/api