Hi everyone,
I’m newbie to the SysAid and SysAid api and i need a guidance on how can i find a user by email and phone number or any other field?
If i find him, how can i open a new ticket on his name?
How can I update the ticket information (Description, solution, status and etc.)?
My implementation will be using c#, currently i was able to do a login and with the cookie preform simple query for all user or user search by sending request to /v1/users/search?query=mySearchQuery&fields=display_name,email_address,secondary_email,first_name,last_name,cell_phone,phone but it didn’t help me to much as i wasn’t able to find what i was looking for.
my SysAid is on-prem
Looking forward to your help and reply.
Thanks.