Skip to contents

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

Usage

get_self()

Value

A list containing user information

Examples

user <- get_self()
cat("Hello", user$name, "!")
#> Hello R-Ladies Global !