pub fn get_groups_for_user( groups: impl Resource<Group>, users: impl Resource<User>, uid: u64, ) -> Option<Vec<Group>>
GET /users//groups Return all the groups for a given user.