Skip to contents

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

if (FALSE) {
get_circle_user()
}