• Fetches a list of system users.

    Returns Promise<{
        currentLoggedIn: boolean;
        name: string;
        uid: number;
        user: string;
    }[]>

    • A list of user objects with details.