Get data of a single team from its team_id
get_team.Rd
Get data of a single team from its team_id
Usage
get_team(team_id = NULL, verbose = FALSE, auth = authenticate_mattermost())
Examples
if (FALSE) { # \dontrun{
teams <- get_all_teams()
teaminfo <- lapply(teams$id, get_team)
} # }