Skip to contents

Get user ID for current authenticated user

Usage

my_user_id(use_proxy = FALSE)

Arguments

use_proxy

Logical to indicate whether to use proxy

Value

A character value of the authenticated user's ID

Details

More details on this endpoint are available in the API documentation.

Examples

if (FALSE) { # \dontrun{
my_user_id()
} # }