get_presence/2 | Gets user presence information. |
info/2 | Gets information about a user. |
list/2 | List all users in the team. |
set_active/1 | Marks a user as active. |
set_presence/2 | Sets user presence information. |
get_presence(Token::string(), User::string()) -> http_response()
Gets user presence information.
info(Token::string(), User::string()) -> http_response()
Gets information about a user.
list(Token::string(), Options::list()) -> http_response()
List all users in the team.
Options can be: presence: include presence data in the outputset_active(Token::string()) -> http_response()
Marks a user as active.
set_presence(Token::string(), Presence::string()) -> http_response()
Sets user presence information.
Generated by EDoc, Feb 3 2016, 17:11:45.