Best solution to pull in the 'expiration date' value into ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 07:22 AM
Hi All,
I have the following requirement:
"As a hiring manager I would like to be notified of upcoming non-employee expiration dates, so that I can take the appropriate steps to either terminate or extend their account."
- The 'expiration date' field is listed in Active Directory on 'non-employee' type account
- What is the best solution to pull in the 'expiration date' value into ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 07:35 AM
Hi @athavichith
Is it Azure Active Directory?
You can do this by LDAP or REST etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 08:49 AM
Yes. Active Directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2025 09:31 AM
It's upon you how you want to pull from there.
You can have integration between servicenow and third party then you can retrieve it by rest message etc Or you can also use LDAP.
If it is azure active directory then i call help you with creating integration