Editing Person Attributes

Home / Identity Administration / People / Current: Editing Person Attributes

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.

This topic demonstrates how to edit the attributes of a person.

To edit the attributes of a person

  1. From the Navigation Sidebar of the EmpowerID Web interface, expand Identities and click People.
  2. From the People tab, search for the person to whom you want to add an Approver Delegate and then click the EmpowerID Login link for that person.



  3. This opens the View page for the person. From this page, you can view and manage the person.



  4. From the View page, click the Edit link for the person. Edit links have the pencil icon.



  5. From the Edit page, locate the attribute you want to edit. In our example, we are editing the Title attribute, which is located on the Organization tab.

    The Title attribute for an EmpowerID Person is mapped to the Title attribute in Active Directory.

  6. Type the new value in the selected attribute fields.



  7. Click Save.

To verify the edited attribute in Active Directory

  1. On a machine with the Active Directory Module for Windows PowerShell installed, run the following cmdlet, substituting the filter for the user and attribute you edited.

    GET-ADUser -filter {Title -eq 'Employee Advocate'}

    You should see the account you edited returned.



Related Content