get_user: User information

Description Usage Arguments Value References Examples

View source: R/get_user.R

Description

Retrieve information about users. Requires authentication.

Usage

1
get_user(ids, names = NULL, host)

Arguments

ids

Id of the users.

names

Names of the users. Should be without spaces and with the right encoding.

host

URL of the bugzilla instance if missing the R bugzilla is assumed.

Value

A data.frame with information about the users: real name, id, groups, and if they can log in.

If the real name is not provided it uses the email address without the email provider.

References

https://bugzilla.readthedocs.io/en/latest/api/core/v1/user.html#get-user

Examples

1
2
3
4
5
## Not run: 
use_key()
gu <- get_user(2)

## End(Not run)

llrs/bugRzilla documentation built on Nov. 7, 2021, 4:27 a.m.