Get information about a Pushover group
get_group_info(group, app = get_pushover_app())
group
: group keyapp
: application token (see set_pushover_app()
)A list containing information for the given group. Fields include:
name
: the group's nameusers
: list containing information about each user in the groupstatus
: request status (1
= success)request
: unique request IDraw
: the raw httr::response object## Not run: get_group_info(group = "gznej3rKEVAvPUxu9vvNnqpmZpokzF") ## End(Not run)
Useful links