QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Type Alias AddTrusteesRequest

    AddTrusteesRequest: {
        id: string;
        roleId: number;
        type: "user" | "group" | "dom-group";
    }[]

    Type Declaration

    • id: string

      The ID of the user, group, or email domain group to be added as a trustee. For users and groups, this is the user's or group's ID in Quickbase. For email domain groups, this is the email domain.

    • roleId: number

      The ID of the role to be assigned or currently assigned to the trustee.

    • type: "user" | "group" | "dom-group"

      The type of trustee being added. This can be a user, group, or email domain group.