Is there a way to retrieve these with GET system/user? I tried the PATCH system/user with this payload through test_rest:
[{"id":32,"lookup_keys":[{
"name":"mykey",
"value":"myvalue",
"private":false,
"allow_user_update":true
}]}]
It appears to work correctly, the response is a resource object with the same ID. The value doesn't seem to show up anywhere, making me wonder if it did anything at all. It's not in the user lookups admin (that's where it should be, right?) and GET system/user doesn't return it either. Am I looking in the right place(s)?
Is there a chance for a more deterministic and better-documented API for lookups? This is critical functionality for my application and I would imagine for many others' applications as well. I may be able to help write a branch or even some documentation.