bitly_user_info: Retrieve information for the current authenticated user

View source: R/bitly_user_app_info.R

bitly_user_infoR Documentation

Retrieve information for the current authenticated user

Description

Retrieve information for the current authenticated user

Usage

bitly_user_info(showRequestURL = FALSE)

Arguments

showRequestURL

- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default 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

User

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

See Also

https://dev.bitly.com/api-reference/#getUser

Examples

## Not run: 
   ui <- bitly_user_info(showRequestURL = TRUE)

## End(Not run)


urlshorteneR documentation built on Aug. 22, 2022, 9:08 a.m.