Preview:
	// Login user  will be Payment Owner
	user_id = zoho.loginuserid;
	info user_id;
	response = invokeurl
	[
	url: "https://www.zohoapis.com/crm/v2/users/search?email=" + user_id+""
	type: GET
	connection: "newzohocrm"
	];
	info response.get("users").get(0);
	owner_id =  response.get("users").get(0).get("id");
	info owner_id;
	Payment_reciept_map.put("Owner", owner_id);
	// Login user  will be Payment Owner
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter