get_circle_user {circle} | R Documentation |
Get Circle CI user
Description
Retrieve details about the authenticated Circle CI user.
Usage
get_circle_user()
Value
A named vector of class circle_user
containing information about
about the authenticated user:
Full name
Username
ID
API endpoint
Examples
## Not run:
get_circle_user()
## End(Not run)
[Package circle version 0.7.2 Index]