In the question what do you mean by “Multi User” Designated Verifier Signature is not clear. Do you have a definition in mind?
In the case that by “Multi User Designated Verifier Signature” you mean having multiple signers and one designated verifier (DV), then indeed the generalization that you mentioned is correct and it also adds anonymity to the signers.
The reason is that if you consider a ring signature scheme in which one of the signers is a designated verifier, then every signer can sign anonymously and only the designated verifier can verify the validity of the signatures, since it can “simulate” signatures, by using the same signing algorithm. In this scenario the signers are anonymous to the designated verifier, which is different from DVS signatures.
In case that you consider Linkable Ring Signatures (LRS) then the generalization that you have in mind doesn’t hold, because the linking tag plays the role of pseudoidentity which links signatures of the same signer. And since the DV is also a member of the ring, the signatures of the DV are distinguishable from the signers’ signatures.
The combination of DVS and LRS is achieved by Behrouz et al. in DVLRS where the signers can sign messages anonymously, the messages of each signer are linked using the linking tag and the DV can simulate signatures with any linking tag.
This was later improved in Balla et al. in UDVLRS, where they achieved unconditional anonymity.
These two schemes indeed provide a kind of MultiDVS functionality (assuming the above definition of MultiDVS). It is not clear, however, if the opposite is also true, i.e., could a MultiDVS scheme provide the ring signatures functionality (probably not, as anonymity towards the DV does not typically hold in a MultiDVS scheme).