The user is searched through the properties username and authenticator, the user locale is returned.
OK
Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.
Unauthorized request. Make sure token was included and is valid and try again.
Not Found. The specified resource (or resource referred to by id) was not found
curl -i -X GET \ 'http://localhost:8081/user-service/v1/user/locale/{authenticator}/{username}' \ -H 'x-auth-token: YOUR_API_KEY_HERE'
{- "message": "en"
}