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.

Check if user exist on another servicenow environment

Jose MMR
Tera Guru

Hi all,

 

I have one task and it is to create from one environment using a catalog item if the user selected on the item exists on another environment.

 

I think to create a Ajax function to call a Script include. This script do the work of comunication and check if user exists using sys_id.

 

Do you have any idea of to do the server script to comunicate between environments?

 

 

Regards.

1 ACCEPTED SOLUTION

ReginaldFawcett
Tera Guru

Just a thought, but you could use a REST API call from one environment to the other on the sys_user table.

View solution in original post

1 REPLY 1

ReginaldFawcett
Tera Guru

Just a thought, but you could use a REST API call from one environment to the other on the sys_user table.