Skip to content

Groups #17

@muwaka

Description

@muwaka

thanks for your work.
how could one add groups of a user to the output? is this even possible since users can have multiple groups?

i started by adding this to AllUsers.php

$query = $this->connection->getQueryBuilder();
$query->select('gid')
    ->from('group_user');
$this->queries['groups'] = $query;

this is not finished at all..

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions