Retrieves detailed information about the currently authenticated Meetup user, including basic profile data, account type, subscription status, and API access permissions.
Examples
user <- get_self()
cat("Hello", user$name, "!")
#> Hello R-Ladies Global !
