action circleci_get_me { label: "get_me" description: "Provides information about the signed in user.\n" provider: circleci method: GET path: "/me" encoding: json output: { type: "object" properties: { admin: { type: "boolean" } all_emails: { type: "array" items: { type: "string" format: "email" } } analytics_id: { type: "string" } avatar_url: { type: "string" format: "uri" } basic_email_prefs: { type: "string" } bitbucket: { type: "integer" } bitbucket_authorized: { type: "boolean" } containers: { type: "integer" } created_at: { type: "string" format: "date-time" } days_left_in_trial: { type: "integer" } dev_admin: { type: "boolean" } enrolled_betas: { type: "array" items: { type: "string" } } github_id: { type: "integer" } github_oauth_scopes: { type: "array" items: { type: "string" } } gravatar_id: { type: "integer" } heroku_api_key: { type: "string" } in_beta_program: { type: "boolean" } login: { type: "string" } name: { type: "string" } organization_prefs: { type: "object" } parallelism: { type: "integer" } plan: { type: "string" } projects: { type: "object" } pusher_id: { type: "string" } selected_email: { type: "string" format: "email" } sign_in_count: { type: "integer" } trial_end: { type: "string" format: "date-time" } } } }