Skip to main content

Hi Team,
I am trying to fetch data from GsUser object using API call:
https://workday-se.gainsightcloud.com/v1/data/objects/query/GsUser
I am able to fetch all the records from the object , but not to fetch only 1 record with a GSID=’1P0183CTFHYVUDCHIDPAU0O0N5ES1RBT8YN3’ , this seems to be a super user.
Can you please let me know why I am not able to fetch this record?

 How can we fetch this record?
Below is the screenshot of the user record we are looking for.

 

@priyankabansal Are you able to specifically call just the record in question in your API call and see if it provides you with any errors? That might help narrow down the issue. Since you mentioned you were able to fetch all but one record from the GS User object, that tells me it’s likely not a payload structure issue but I am not an API expert by any means.


System Administrator is the “User” in whose name updates from the Rules Engine or the Connector jobs occur.

I would guess, but don’t know for certain, that the “System Administrator” User is unique among Users, and may not live in and behave like all the traditional Users representing actual people. Hence, I wouldn’t be shocked that it behaves differently with respect to API calls.

 


Reply