How can i get userid of any user?

is there anyway to get userid of any user?

Hi @s3c, no, this is not possible. If a user has authorized your application to view their user information, you can return the userId. For users which have authorized your app, you can also replace the userId with /me/ in the path of API requests.