tibbr.user: Search tibbr For Users

Description Usage Arguments Details Value See Also Examples

View source: R/user.R

Description

Searches tibbr for users.

Usage

1

Arguments

connection

a tibbrConnection object indicating the tibbr instance to search.

user

a character string containing the search criteria. If NULL, tibbr returns all users on the tibbr instance. (Note: This can take a long time to return, depending on the number of users on your tibbr instance.)

tibbr searches the following fields for matches:

  • First name

  • Last name

  • Email address

  • Login name

  • Department

  • Location

  • Profile description

Details

Errors encountered during the search process are raised by this function.

Value

returns a list of tibbrUser objects describing the results of the search. The names of the tibbrUser objects represent fields of the corresponding user's profile in tibbr.

See Also

tibbr.subject

Examples

1
2
3
4
5
6
## Not run: 
con <- tibbr.connect("try.tibbr.com", "myusername", "mypassword")
users <- tibbr.user(con, "Sam")
users

## End(Not run)

tibbrConnector documentation built on May 2, 2019, 11:02 a.m.