Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

OAuth Authentication error "User Not Authenticated"

Vedhavrath_Kond
Tera Guru

Ever faced this situation?
OAuth profile created correctly
Access token successfully generated in Postman
Web services user active with read/query access to the table

Web services user account has "snc_platform_rest_api_access " role and the Table API ACL is active false
Yet the GET Table API returns:

"error": { "message": "User Not Authenticated", "detail": "Required to provide Auth information" }, "status": "failure"

The issue is NOT OAuth… but REST API Access Policies.

The OOB “Table GET API Access Policy” is disabled by default
If no policy allows your OAuth profile → authentication will fail even with a valid token

Fix:
Either enable the OOB Table API REST API Access Policy & add your OAuth Profile to it
Or create a new REST API Access Policy and explicitly add your OAuth Profile to it

0 REPLIES 0