Slack v0.2.1 Slack.User.Profile View Source

Functions for working with user profiles

Link to this section Summary

Functions

Get the profile information of a user.

Set the profile information of a user.

Link to this section Functions

Get the profile information of a user.

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

Examples

Slack.User.Profile.get(client, user: "U1234567890")

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")