Linking to RESTful urls within a for loop

You want user_url(user) not users_url() .... the former is for 1 user, the later is for all of them.