Skip to contents

Get information about which user is belonging to bearer key,

Usage

get_me(verbose = TRUE, auth = authenticate_mattermost())

Arguments

verbose

(Logical) If `TRUE`, detailed information about the request and response will be printed.

auth

The authentication object created by `authenticate_mattermost()`.

Value

a list with user information for the authentication key

Examples

if (FALSE) { # \dontrun{
 get_me()
} # }