Description Usage Arguments Value Examples
Non-admin User Operations
| 1 2 3 | confl_get_user(key = NULL, username = NULL, expand = NULL)
confl_get_current_user(expand = NULL)
 | 
| key | Userkey of the user to request from this resource. | 
| username | Username of the user to request from this resource. | 
| expand | A comma separated list of properties to expand. To refer the nested
contents, use periods. (e.g.  | 
The API response as a list.
| 1 2 3 4 5 6 7 8 9 10 11 | ## Not run: 
# Get the information of the current user
my_user <- confl_get_current_user()
# Show display name
my_user$displayName
# Get the information of a user whose name is "user1"
other_user <- confl_get_user(username = "user1")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.