Display users in order by an “order” custom meta field

You can use the default function get_users(), and then re order the result by the meta id. Here is the answer