Links

userId

To return the ID of a user
This function will show you the internal alphanumeric ID of the current or a given user.

Syntax

userId()
userId(user)

Return

string

Examples

userId() To return the ID of the current user.
1
userId()
Result: A combination of numbers and letters, which represents the ID of the current user.
userId(myUser) To return the ID of a given user.
Choose the User field and select Angela Merkel.
1
userId(User)
Result: es3OvCNrS7jvnKJxtG (if Angela Merkel has this user ID at Ninox).

See also

user, which returns the current or a specific user.