Skip to main content
Module

x/gesso/types/models.ts>Profile

A TypeScript API client for Canvas LMS
Latest
interface Profile
import { type Profile } from "https://deno.land/x/gesso@v0.1.2/types/models.ts";

Properties

id: number
name: string
short_name: string
sortable_name: string
title: string | null
bio: string | null
primary_email: string
login_id: string
sis_user_id: string
lti_user_id: string | null
avatar_url: string
calendar: AccountCalendar | unknown
time_zone: string
locale: string | unknown
k5_user: boolean