Page MenuHomePhabricator

Add TemporaryAccountHandler API endpoint
Closed, DuplicatePublic

Description

Add a REST API endpoint that takes a temporary account user name and returns the IP information for all the associated IP addresses.

It will need to look up the IP addresses via CheckUser (see T324603: The CheckUser extension should provide IP addresses of temporary account users, for IP Masking).

It should then return IP information for each one. See LogHandler for another example of an endpoint that returns data for multiple IP addresses.