Skip to content

umwics/slack-memberlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Member List

To get a list of Slack members, send a GET request:

curl "https://kywjux5aw5.execute-api.us-east-1.amazonaws.com/prod/proxy"

The response is a JSON list which looks like this:

[
    {
        "name": "User Name",
        "title": "Comp Sci Student",     # Can be null
        "image_24": "https://..."        # Can be null
        "image_32": "https://..."        # Can be null
        "image_48": "https://..."        # Can be null
        "image_72": "https://..."        # Can be null
        "image_192": "https://..."       # Can be null
        "image_512": "https://..."       # Can be null
        "image_1024": "https://..."      # Can be null
        "image_original": "https://..."  # Can be null
    },
    # ...
]

About

Get a list of WICS Slack members

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors