Thanks, this works !!
F
Fsherin
@Fsherin
Posts
-
How to get user details from uid without using API -
How to get user details from uid without using APINo, we can't call the functions, is there any way like able to query from a database ?
-
How to get user details from uid without using APIHi,
I am using nodebb in the project.
It is using the nodebb apis to read and write.
But in one of the requirements, we need to get the userid or username from the uid. There is an api for that, but we need this data for a spark job and calling this api per user will be a bigger number. So its not scalable.
Is there any way to map the uid to the username ?