action circuitsandbox_get_profile { label: "Gets the authenticated user's profile information" description: "Gets the authenticated user's profile information.\nOauthScopes: READ_USER_PROFILE" provider: circuitsandbox method: GET path: "/users/profile" encoding: json output: { type: "object" additionalProperties: true } }