Legacy Dev Forum Posts

 View Only

Sign Up

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

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

    Posted 06-05-2025 18:08

    trevorburke | 2019-06-24 23:26:26 UTC | #1

    Hello,

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

    I just get this: "firsturi": "/api/v2/users?pageSize=25&pageNumber=1&expand=employerInfo%2CprofileSkills", "lasturi": "/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.


    tim.smith | 2019-06-25 13:13:09 UTC | #2

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


    trevorburke | 2019-06-25 15:17:53 UTC | #3

    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


    system | 2019-07-26 15:18:11 UTC | #4

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


    This post was migrated from the old Developer Forum.

    ref: 5412