REST API explorer menu drop down list is blank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 04:00 PM
i do not understand why this morning this is not working and when i tried to perform API Call , error: external user not authorised . i have used admin and also have the rest_api_explorer role and sn_external and sn_internal role
any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 04:09 PM
@chercm : Any user with "snc_external" is considered an external user, irrespective of the other roles we have, and the system blocks the content. Please remove the "snc_external" role from the user, logout, login back, and test the functionality.
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 04:21 PM
this is what i am getting :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 04:23 PM
@Maik Skoddow i refresh and cleared everything but still not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 04:27 PM
@chercm : The status code 403 indicates that the server understands your request but will not allow you to process it due to insufficient privileges or roles. Try granting below roles to the user account and additionally the read role that it's required to read content from the table you are querying.
- rest_service
- web_service_admin
Did you try by removing snc_external?
Please mark this as correct answer and helpful if it resolved, or mark this helpful if this help you to reach towards solution.