I use GET https://appname.bubbleapps.io/version-test/api/1.1/obj/user/user_id
but there is error in the response Type not found user
How i should get the user by id from api?
Hey,
You need to expose your Data API.
Go to Settings > API > Click on This app exposes a Data API > Select User table
Thanks