Getting Current User record

Posted by mnashi on 06-Mar-2016 13:03

I am using ProgressDataProvider for Rollbase. How can I get the user record of the current user? 

All Replies

Posted by egarcia on 07-Mar-2016 10:07

Hello,

This question might be better answered by the Rollbase team.

I am guessing that you could query the USER object to match loginName against the username in the login page.

I hope this helps.

Posted by Ranjana sinha on 09-Mar-2016 00:47

Hi Mahantesh,

You can make use of selectQuery REST API call to fetch the data related to user. It is subjected to Roles and permissions assigned to the user.

A sample query can be

www.rollbase.com/.../selectQuery * from User where loginName='xyz'"}&objName=User

In place of xyz you can give the loginname

Regards,

Ranjana Sinha

This thread is closed