Hello Long Nguyen, thanks a lot, that's what I needed thanks.
I think that it could be usefull for the MB views users to get a new component in views :
"the user loop".
to get this :
{% set users = mb.get_users( args ) %}
{% for user in users %}
{% set user_id = user.ID %}
{% endfor %}