Slack v0.1.0 Slack.User.Profile

Functions for working with user profiles

Summary

Functions

Get the profile information of a user

Set the profile information of a user

Functions

get(client, query \\ [])

Get the profile information of a user.

https://api.slack.com/methods/users.profile.get

Examples

Slack.User.Profile.get(client, user: "U1234567890")
set(client, body \\ [])

Set the profile information of a user.

https://api.slack.com/methods/users.profile.set

Examples

Slack.User.Profile.set(client, user: "U1234567890", name: "Name")