Get information for authenticated user

user(concise = TRUE)

Arguments

concise

Generate concise output

Value

A data frame with details of user profile.

Examples

if (FALSE) { # \dontrun{
set_api_key(Sys.getenv("CLOCKIFY_API_KEY"))

user()
} # }