mmohades / Venmo

Venmo API client for Python
GNU General Public License v3.0
145 stars 43 forks source link

Is there a way to get a user id from a username? #21

Closed yashmulki closed 3 years ago

mmohades commented 3 years ago

Use client.user.search_for_users(username) Usually, the first user in the returned list should be what you're looking for.

yashmulki commented 3 years ago

Thank you, that’s perfect!

mmohades commented 3 years ago

no problem!