Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gesso/types/params.ts>ListGroupsUsersParams

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

Properties

optional
searchterm: string

The partial name or full ID of the users to match and return in the results list. Must be at least 3 characters.

optional
include: string[]

Allowed values: avatar_url

optional
excludeinactive: boolean

Whether to filter out inactive users from the results. Defaults to false unless explicitly provided.