verify_user: User and group verification

Description Usage Arguments Value Examples

View source: R/verify_user.R

Description

verify_user() determines whether or not the given user or group is registered with Pushover, returning information about that user.

verify_group() is an alias for verify_user()

is.registered_user() indicates whether or not a given user ID is registered with Pushover

Usage

1
2
3
4
5
6
7

Arguments

user

user/group key to verify

app

application token (see set_pushover_app)

device

(optional) device to verify If supplied the device must be registered to the given user's account.

Value

verify_user() and verify_group() return a list containing the following fields:

is.registered_user() and is.registered_group() return a logical value indicating whether or not the given user or group is registered.

Examples

1
2
3
4
## Not run: 
verify_user(user = "uQiRzpo4DXghDmr9QzzfQu27cmVRsG")

## End(Not run)

pushoverr documentation built on Nov. 16, 2021, 9:17 a.m.