3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Slackで参加ユーザーに関する情報(アバター画像等)を取得する方法

Last updated at Posted at 2016-07-10

やること

slackに参加しているユーザーの情報を取得したいので,slackのユーザー情報をjson形式で取得する。

手順

まず,ユーザー情報を取得したいslack groupのtest tokenを確認します。

Test token generator

Tokens_for_Testing_and_Development___Slack.png

取得したtokenを元に以下のURLから,ユーザー情報をjson形式で取得できます。

https://slack.com/api/users.list?token=SLACK_TOKEN&pretty=1

結果

slack_api.png

各メンバーごとのprofileのimage_xxがアバター画像となっています。
また,botかどうかや権限の有無の情報も含まれています。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?