Which access/role we need to connect Service Now API?

Balakrishnan N
Kilo Contributor

Hi Team,

what kind of access/role we need to connect ServiceNow api. for example, to use the below url which kind of access/role we need to get.

GET https://instance.service-now.com/api/now/v1/table/incident

PUT https://instance.service-now.com/api/now/v1/table/incident/{sys_id}?

 

Here I need to have an access/role for both the operation ie., GET and PUT.

Regards,

Bala N

1 ACCEPTED SOLUTION

Harsh Vardhan
Giga Patron

reason : you are using get method , it means all the records you can fetch, minimum ITIL role required to fetch the details. same for put method, minimum itil role required to update any incident record. 

so in-short itil role is enough. 

View solution in original post

30 REPLIES 30

It is referring to the access required to use the Rest API Explorer in ServiceNow, not the minimum role to make a REST call.

 


ServiceNow Nerd
ServiceNow Developer MVP 2020-2022
ServiceNow Community MVP 2019-2022

@Paul Morris Can you help to what I've to do to get out of this issue.

Regards,

Bala N 

Balakrishnan N
Kilo Contributor

Team,

My problem is the credential which I'm using for GUI Service Now I can logged in successfully whereas the same credential is not helping me to get the data using Rest Api.

 

Regards,

Bala N

If any one knows the solution please help me to resolve this issue.

 

Regards,

Bala N

Harsh Vardhan
Giga Patron

any update on this thread?

 

if my answer helped you, kindly mark it as correct and close this thread.