How to populate Components and relations while using (Put Request) To api/User/id

hello Every one i’m using strapi latest version 4.5.0
i wanna need to populate some data like component or relation while i try to using http Put method
to update field in (api/user/id) data but the response didn’t allow to populate components or relations.

there’s any way to populate components or relations while update field in api/user/id

If I understand correctly you can add the same query parameters to the PUT request as you would to the GET find/findOne request. And then the response would be populated as you specified.

In fact you’re correct I’ve trying it before but it’s not working with (User Collection) when you using PUT request
I expect the problem in the default query of PUT method in User Collection… Or strapi want this