Module slacker_user

Function Index

get_presence/2Gets user presence information.
info/2Gets information about a user.
list/2List all users in the team.
set_active/1Marks a user as active.
set_presence/2Sets user presence information.

Function Details

get_presence/2

get_presence(Token::string(), User::string()) -> http_response()

Gets user presence information.

info/2

info(Token::string(), User::string()) -> http_response()

Gets information about a user.

list/2

list(Token::string(), Options::list()) -> http_response()

List all users in the team.

Options can be: presence: include presence data in the output

set_active/1

set_active(Token::string()) -> http_response()

Marks a user as active.

set_presence/2

set_presence(Token::string(), Presence::string()) -> http_response()

Sets user presence information.


Generated by EDoc, Feb 3 2016, 17:11:45.