Returns the user's profile (only attributes with a value are shown). The profile consists of attributes that contain user data. All attributes can be accessed system-wide.
ID of the user
Example response:
[{
"name": "user.ISOLanguageCode",
"value": "it" }, {
"name": "user.Email",
"value": "test@test.com" }, {
"name": "user.EmailDomain",
"value": "test.de" }, {
"name": "user.LastName",
"value": "Cloned" }, {
"name": "user.FirstName",
"value": "Test" }, {
"name": "user.ISOCountryCode",
"value": "IT" }
}]
Parameter 'userID' is mandatory, but missing or incorrect./ user with the given id does not exist.
Error response: {
"errorActor": "CLIENT",
"errorCode": "INVALID_REQUEST",
"message": "Not Found"
}