"employerInfo" expand parameter not persisting to JSON response with Python SDK

Hello,

I'm trying to get "employerInfo" via UsersAPI, get_users method. I am passing ["employerInfo", "profileSkills"] to the get_users method and my data is not matching up with the API explorer.

I just get this:
"first_uri": "/api/v2/users?pageSize=25&pageNumber=1&expand=employerInfo%2CprofileSkills",
"last_uri": "/api/v2/users?pageSize=25&pageNumber=3&expand=employerInfo%2CprofileSkills",
"next_uri": "/api/v2/users?pageSize=25&pageNumber=2&expand=employerInfo%2CprofileSkills",

However, when I pass profileSkills to the expand list data is returned to me.

Are you able to see the exact request query string or intercept the response and grab the correlation ID?

Hi Tim,

I was running version 46, upgraded to version 50 and the problem was resolved. In looking at the commit changes between those versions it appears some work was done WRT expand parameter.

Thanks

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.