Skip to content

Active Directory Use Cases

Here are some use cases for Active Directory.

Use cases Detailed description Involved ecosystem
1. ServiceNow New Record (Employee) → Active Directory Create a new User A new user is created in a ServiceNow table "User". ServiceNow will sends a notification to our ServiceNow trigger node (New Record). Trigger node then will pass the data to Active Directory action node (Create new User). AD action node will create a new user based on the information sent from ServiceNow. ServiceNow, Active Directory
2. ServiceNow Updated Record (Employee) → Active Directory Update User An existing user is updated in a ServiceNow table "User". ServiceNow will sends a notification to our ServiceNow trigger node (New Record). Trigger node then will pass the data to Active Directory action node (Update User). AD action node will then update the corresponding user based on the information sent from ServiceNow. ServiceNow, Active Directory
3. Active Directory New User→ ServiceNow Updated Record (Employee) An existing user is updated in a ServiceNow table "User". ServiceNow will sends a notification to our ServiceNow trigger node (New Record). Trigger node then will pass the data to Active Directory action node (Terminate User). AD action node will then perform a termination on this user in Active Directory. ServiceNow, Active Directory