[Mailman-Developers] Is there a way to get member id via REST API?

Barry Warsaw barry at list.org
Sat Feb 14 01:59:21 CET 2015


On Feb 14, 2015, at 09:43 AM, Andrew Stuart wrote:

>GET /addresses/{email}/memberships
>GET /members
>
>Both seem to return member id in self_link but I can’t see it elsewhere.
>
>Anywhere I can get member id without parsing it out of the self_link? Maybe
>I’m not looking in the right place.

Nope, I think that's missing.  Member ids are UUIDs so it makes sense to
include the member id as a separate key in the member resource JSON.   Just
like users it'll be an integer.

I'll add that now.

Cheers,
-Barry


More information about the Mailman-Developers mailing list