Function slack_api::users_profile::get[][src]

pub fn get<R>(
    client: &R,
    token: &str,
    request: &GetRequest
) -> Result<GetResponse, GetError<R::Error>> where
    R: SlackWebRequestSender

Retrieves a user's profile information.

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