Is there any way to extract user row in users table, using only user-token in API Services functions?

Hello everyone!
Scenario: a user logged in successfully and now he has a user-token, let’s say he called some rest api function, and he included his user-token in that request.
Now the question is: can that function get the relevant user row in the users table using only his user-token?

in other words without using objectId or ownerid of that specific row .

Thanks in advance,
PickApp

Hello @Pick_App

No, you cannot.
Only check is valid token:
GET https://api.backendless.com/application-id/REST-api-key//users/isvalidusertoken/userToken