API Specs

Hello team,
I want to fetch the JSON representation of the “user” object (data) coming in from Workday source.
Not able to locate API in documentation. Any advise would be appreciated.

Here’s a starting point where you can drill down based on the particular version and objects being used. The object structure varies by version, so it depends on the version you’ve configured the connector for.

https://community.workday.com/sites/default/files/file-hosting/productionapi/versions/index.html

Hi @AIvakhnik

You can use the below API with filter if your objective is to obtain a JSON representation of all account that comes from a specific source.

https://{yourtenant}.api.identitynow.com/v3/accounts?filters=sourceId%20eq%20"{sourceid}"

You need to give tenant name and source technical id

Example

https://mytenant.api.identitynow.com/v3/accounts?filters=sourceId%20eq%20"ab2aa1eb77ed49ee877ed36c71de9aba"

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