LiquidPlanner Classic Forum

Ask a Question
Back to All

Get workspace member by email (restfull api)

Posting on behalf of Rieks Visser. Original post date 2014-03-11

Hi!

I'm trying to use the RESTfull api to get a member resource by email adress. I've only been able to find documentation for getting the member by :member_id. I've tried /api/workspaces/workspaceid/members?member_email=[email protected]

This however returns all members, the querystring has no influence. No wonder since this was just a guess, improvising on https://developer.liquidplanner.com/discuss/5d5c6ce9f20ff50052c049d6. Does anyone know a supported way to do this?

I can offcourse get all users, loop them and filter the member I want out by email. But for efficiency's sake I'd much rather get the member by email directly. Thanks in advance!