OK
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-details \ -H 'x-auth-token: YOUR_API_KEY_HERE'
{- "userKey": {
- "username": "string",
- "authenticator": "string"
}, - "firstName": "string",
- "lastName": "string",
- "orgId": "string",
- "email": "string",
- "primaryPhone": "string",
- "primaryPhoneCountryCode": "string",
- "primaryPhoneExtension": "string",
- "secondaryPhone": "string",
- "timeZone": "string",
- "locale": "string"
}