Close Sidebar
Description

Vendors are now able to leverage direct links through iCIMS API for Person and Job Profiles, which allow Platform users to go directly to specific Job or Person Profiles within the Platform from another application.

If already logged in to the Platform, a user who clicks on a direct link is taken into the Platform to the specific profile specified in the link. (If not logged in, the user will first be authenticated using the method configured in their Platform, e.g.,  SAML or standard authentication.)

Note that Direct Links must be enabled within a client's Platform before it can be utilized as described below. Ensure that the client you are working with has these options enabled before proceeding.

API Examples

The format for a direct link is as follows:

Link to Person Profile: https://api.icims.com/customers/{customerID}/linkTo/people/{personID}


Link to Job Profile: https://api.icims.com/customers/{customerID}/linkTo/jobs/{jobID}