REST API explorer menu drop down list is blank

chercm
Mega Sage

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?

 

chercm_0-1703203162698.png

 

16 REPLIES 16

Sainath N
Mega Sage
Mega Sage

@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.

this is what i am getting : 

 

chercm_0-1703204459361.png

 

@Maik Skoddow i refresh and cleared everything but still not working 

@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.