Learn R Programming

meetupr (version 0.3.1)

get_self: Get information about the authenticated user

Description

Retrieves detailed information about the currently authenticated Meetup user, including basic profile data, account type, subscription status, and API access permissions.

Usage

get_self(asis = FALSE)

Value

A list containing user information

Arguments

asis

Return the raw API response as-is without processing

Examples

Run this code
# \dontshow{
vcr::insert_example_cassette("get_self", package = "meetupr")
meetupr:::mock_if_no_auth()
# }
user <- get_self()
cat("Hello", user$name, "!")
# \dontshow{
vcr::eject_cassette()
# }

Run the code above in your browser using DataLab