Skip to Main Content
Status Already exists
Categories User management
Created by Guest
Created on Mar 26, 2019

Fetch users by email in Aha! Users API

Just like GET /api/v1/users/:id it would be really useful and time saving that, instead of the id, the user email could also be sent.

  • ADMIN RESPONSE
    Apr 1, 2019

    This is currently possible using GET /api/v1/users?email=someone@gmail.com. You can find documentation here.

  • Attach files