Hire end date and new hire certification date?

Are there any API requests that provide hire end date and new hire certification date? It appears this data is viewable on a user's profile. See attached photo.

The get_users method provides employer_info, but it doesn't appear hire end date and/or new hire certification date are included in that attribute.

46%20PM

The profile resources should have this information: GET /api/v2/users/{userId}/profile

It doesn't appear that that will provide the info I'm looking for. From this attached snippet can you see anything I may be missing?

It's also odd to me that the response from the Python SDK doesn't include this users' name, but when using the API Explorer it does return the users' name

Ah, right. Custom sections aren't documented in the API for some reason. You won't be able to use the SDK for it. Because it's not publicly documented, I unfortunately can't tell you that you would see the usage of the fl=* query parameter in the network console when inspecting the PureCloud UI and that it would accept the name of the custom section instead of a wildcard if the UI didn't want all the sections.

Undocumented features can change at any time without warning. You can request new features (like documenting undocumented parameters so they'll be in the SDKs) at https://purecloud.ideas.aha.io/ideas.

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