Learn R Programming

urlshorteneR (version 2.0.0)

bitly_user_info: Retrieve information for the current authenticated user

Description

Retrieve information for the current authenticated user

Usage

bitly_user_info(showRequestURL = FALSE)

Value

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

Arguments

showRequestURL

- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE.

User

User operations such as changing your name or fetching basic user information apply only to the authenticated user.

See Also

Examples

Run this code
if (FALSE) {
bitly_bearerToken("access token")
ui <- bitly_user_info(showRequestURL = TRUE)
}

Run the code above in your browser using DataLab