Open Kallal103 opened 3 years ago
Hello, from the API , how can I get which user has which group access as an admin. Currently, in the API endpoints, there is no endpoint to find out which user belongs to which group? Please help me to find out the problem soon.
Hi on API modules/api/controllers/User.php function login_post can you add this code
$decoded->groups = $this->aauth->get_user_groups($decoded->id);
Hello, from the API , how can I get which user has which group access as an admin. Currently, in the API endpoints, there is no endpoint to find out which user belongs to which group? Please help me to find out the problem soon.