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

    Interface UserRole

    Role with membership information (from GetUserRole)

    interface UserRole {
        access: RoleAccess;
        id: number;
        member?: RoleMember;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    access: RoleAccess

    Access level granted by this role

    id: number

    Unique role ID

    member?: RoleMember

    How this role was assigned (only present when includeGroups=true)

    name: string

    Display name of the role