[Mailman-Developers] Should REST API /addresses data be including the user_id field?

Andrew Stuart andrew.stuart at supercoders.com.au
Fri Feb 20 00:59:03 CET 2015


This command:
curl   --header "authorization: Basic cmVzdGFkbWluOnJlc3RwYXNz" http://localhost:8001/3.0/addresses

Returns this data:
{"entries": [{"http_etag": "\"3045a243ea206ca6e112269f4c0ce8c4a66a92bf\"", "registered_on": "2015-02-19T03:52:55.460036", "display_name": "Server Owner", "self_link": "http://localhost:8001/3.0/addresses/theboss@example.org", "email": "theboss at example.org", "user": "http://localhost:8001/3.0/users/49955403891644350774308934370095835248", "original_email": "theboss at example.org"}, {"http_etag": "\"140a3ed1b92f9e14eab51b1183ba87c271191a0c\"", "registered_on": "2015-02-19T23:39:43.340973", "user": "http://localhost:8001/3.0/users/316531173466190680782932225868344081837", "self_link": "http://localhost:8001/3.0/addresses/testuser@example.org", "email": "testuser at example.org", "original_email": "testuser at example.org"}], "start": 0, "http_etag": "\"cb2df4aad285c85f0128b030ca4ce786308a0b4b\"", "total_size": 2}

Should the address entries include the user_id field?

thanks

as


More information about the Mailman-Developers mailing list