slack-api-docs icon indicating copy to clipboard operation
slack-api-docs copied to clipboard

`color` missing from user object on rtm.start request

Open mpickering opened this issue 10 years ago • 0 comments
trafficstars

Deleted users are missing a bunch of attributes. Example from the wild.

The documentation states:

For deactivated users, deleted will be true.

but mentions nothing about other missing attributes.

    {  
      "id":"U0___",
      "name":"-",
      "deleted":true,
      "profile":{  
        "first_name":"-",
        "last_name":"-",
        "image_24":"-",
        "image_32":"-",
        "image_48":"-",
        "image_72":"-",
        "image_192":"-,
        "image_original":"-",
        "title":"",
        "skype":"-",
        "phone":"-",
        "real_name":"-",
        "real_name_normalized":"-",
        "email":"-"
      },
      "has_files":true,
      "presence":"away"
    },

mpickering avatar Jan 07 '15 13:01 mpickering