User | R Documentation |
User object containing user information.
This is the main object for Users.
sevenbridges2::Item
-> User
URL
List of URL endpoints for this resource.
username
User name.
email
User's email address.
first_name
User's first name.
last_name
User's last name.
affiliation
The company or the institute the user is affiliated with.
phone
User's phone number.
address
User's residential address.
city
User's city of residence.
state
User's state of residence.
country
User's country of residence.
zip_code
Zip code for the user's residence.
role
User's role.
tags
Platform tags associated with the user.
new()
Create a new User object.
User$new(res = NA, ...)
res
Response containing User object information.
...
Other response arguments.
print()
Print user information as bullet list.
User$print()
reload()
Reload User object information.
User$reload(...)
...
Other arguments that can be passed to core api()
function
like 'fields', etc.
User
object.
clone()
The objects of this class are cloneable with this method.
User$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.