Get logged in user when installation

Hello,

I have been customized the installation page, and I want to get the logged-in user info to prefill some fields in the installation form. I have tried to use the client.data.get("loggedInUser") but it doesn’t work. Is there any way to do it?

Thank you.

Best Regards,
Nhat Nguyen

@Nhat_Nguyen,
In the Installation page you are not allowed to use dataAPI and the only request API and SMI is allowed to use in Iparams page

Hope it helps :slight_smile:
Thanks

1 Like

@Nhat_Nguyen @Santhosh
CAn i get a sample template of how to use the request api using client. because if i use the request api I should give actual domain with its token will that fetch and give me the logged-in used detail?