Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to approve via REST API

SethR
Tera Contributor

Greetings, 

I'm querying `sysapproval_group` and would like to approve/reject. 

 

I've been trying to do a PUT request to `sysapproval_group` with a payload of:

 

 

{"approval":"approved", "approval_user": <uid of user>}

 

 

This doesn't seem to be working. 

What's the secret sauce to make this work?

 

0 REPLIES 0