...
Delegated users can edit the attributes of any person from Identity Manager. If the person being edited has user accounts in Active Directory and other connected account stores where attribute sync is enabled, EmpowerID pushes those edits to each external directory account owned by that person.
Edit person attributes
...
Navigate to the View or View One page for the person
...
with attributes you want to
...
edit. EmpowerID provides two main ways to do this. You can navigate to the page by searching for the person using the Global search bar at the top of the page (quickest), or you can navigate to the page by searching for the person using the Find Person page.
Insert excerpt IL:Bootstrap Accordion IL:Bootstrap Accordion name personsearchoptions nopanel true On the View or View One page, click the Edit link for the person.
...
On the Edit page for the person, locate the attribute you want to edit. In our example, we are editing the Title attribute, which is located on the Organization tab.
...
Enter the new value(s) in the selected attribute
...
field(s). and click Save.
To verify the edited attribute in Active Directory
...
Code Block | ||||
---|---|---|---|---|
| ||||
GET-ADUser -filter {Title -eq 'Employee Advocate'} |
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|