tibbr.user
Search tibbr For Users

Description

Searches tibbr for users.

Usage

tibbr.user(connection, user = NULL)

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
## Not run: 
con <- tibbr.connect("try.tibbr.com", "myusername", "mypassword")
users <- tibbr.user(con, "Sam")
users

## End(Not run)
Package tibbrConnector version 6.1.2-7
Package Index