problem with ../API/identity/user/{{VaribleName.createdBy}}

Hi.
I need to get the firstname and lastname of the user who do the previous process, I used …/API/identity/user/{{varibleName.createdBy}} the messae problem is “properties.placeholder | uiTranslate”

Image of the problem
https://drive.google.com/file/d/0B_q5vsTu977_Z1k4YzRDejJQWTg/view?usp=sharing

thanks.

the answer.
I create two varibles: firstname and lastname they type is external API
…/API/identity/user/{{report.createdBy}}?d=firstname
…/API/identity/user/{{report.createdBy}}?d=lastname
And the valor of Inputs are createdUser.firstname and createdUser.lastname