Hi!
Could you please return the user id with the related accountkey in the /user/v1/me response like this
{
"items": [
{
"accountKey": "a",
"userId": "b",
"outboundPhoneNumbers": []
},
{
"accountKey": "c",
"userId": "d",
"outboundPhoneNumbers": []
}
]
Thank you for making my life easier with this improvement!