Pia: Change User Details
Overviewβ
This package allows the Chat User to change the details of a selected user.
Platformsβ
The package supports the following platforms
- Cloud Hybrid
- Cloud Only
- On Prem
Requirementsβ
The package has different requirements depending on which platforms are being supported.
Cloud Hybrid Orchestrator agents in a valid state on
- Primary Domain Controller
- Azure AD Connect Server
On Prem Orchestrator agent in a valid state on
- Primary Domain Controller
Setup & Configurationβ
Global Config
- All Staff Group
- (On Prem, Cloud Hybrid) Primary AD Controller
- (Cloud Hybrid) Azure AD Connect Server
Microsoft Graph API
- (Cloud Only) Authorization and Delegation configured
Processβ
The steps that the package takes during process execution are:
tabset {.tabset}
Prem Onlyβ
- Retrieve a list of users from the All Staff Group for the client and pick one to perform an update.
- log in to the Primary Domain Controller and retrieve the user and their current properties.
- Fill out a form to update the details of the user. The following options are allowed:
- Display Name
- Manager
- Title
- First Name
- Last Name
- Description
- Department
- Office
- Office Phone
- Mobile Phone
- Company
- Street
- City
- State
- PostCode/ZIP Code
- Country
- Ensure no duplicate proxy addresses are found
- Update the user's details on the primary domain controller
Cloud Onlyβ
- Retrieve a list of users from the All Staff Group for the client and select the one with which we will update details.
- Retrieve the selected user and their current properties from Azure
- Fill out a form to update the details of the user. The following options are allowed:
- Display Name
- Manager
- Title
- First Name
- Last Name
- Description
- Department
- Office
- Office Phone
- Mobile Phone
- Company
- Street
- City
- State
- PostCode/ZIP Code
- Country
- Ensure no duplicate proxy addresses are found.
- Ensure no duplicate proxy addresses are found. If a duplicate is found, the reform is returned to enter a different address.
- Update the user's details in Azure
Cloud Hybridβ
- Retrieve a list of users from the All Staff Group for the client and select the one with which we will update details.
- log in to the Primary Domain Controller and retrieve the user and their current properties.
- Fill out a form to update the details of the user. The following options are allowed:
- Display Name
- Manager
- Title
- First Name
- Last Name
- Description
- Department
- Office
- Office Phone
- Mobile Phone
- Company
- Street
- City
- State
- PostCode/ZIP Code
- Country
- Ensure no duplicate proxy addresses are found.
- Ensure no duplicate proxy addresses are found. If a duplicate is found, the reform is returned to enter a different address.
- Update the user's details on the primary domain controller
- Perform a dir sync via Azure AD Connect to make sure details are replicated