action turbinelabs_get_admin_user_self { label: "Returns the user object for the account authorized and making this request." description: "Request the user object for an authorized requesting account." provider: turbinelabs method: GET path: "/admin/user/self" encoding: json output: { type: "object" additionalProperties: true } }