View source: R/bitly_user_app_info.R
bitly_user_info | R Documentation |
Retrieve information for the current authenticated user
bitly_user_info(showRequestURL = FALSE)
showRequestURL |
- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE. |
login - the specified bitly login or the login of the authenticated user
name - the user's full/display name
default_group_guid - a group to which user belongs
created - Timestamp for the moment the user signed up (uses ymd_hms
)
is_active - whether a user profile is active
modified - Timestamp of the last modification to the user profile (uses ymd_hms
)
is_sso_user - is Single-Sign-On enabled for the user (PREMIUM FEATURE)
is_2fa_enabled - is 2 Step verification enabled ?
email - user's emails
User operations such as changing your name or fetching basic user information apply only to the authenticated user.
https://dev.bitly.com/api-reference/#getUser
## Not run:
ui <- bitly_user_info(showRequestURL = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.