1230
Views
3
Comments
Solved
How to get logged in user information (userId) in mobile app in P10?
Question

Hi,

I have user related data. How can I get data for currently logged in user?

2026-03-09 12-26-51
Fábio Fantato
 
MVP
Solution

Hi Valery,

There is an function GetUserId() that returns the current user logged.

(Built-in Functions -> Roles -> GetUserId())


Regards

Fabio

2023-12-26 12-31-52
Thiago Soares

How get alternative function on version 9.1??? This built-function only existis on P10.


Fantato wrote:

Hi Valery,

There is an function GetUserId() that returns the current user logged.

(Built-in Functions -> Roles -> GetUserId())


Regards

Fabio



2012-03-16 12-21-09
João Rosado
Staff

Hi Thiago,


In 9 that information is available as Session variables. So Session.UserId


Regards,
João Rosado

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.