Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 /or other connected account stores wherewhere attribute sync is enabled, EmpowerID will push pushes those edits to each of external directory account owned by that person.

This topic demonstrates how to edit the attributes of a person and is divided into the following activities:

Anchoreditedit

.

To edit the attributes of a person

  1. From the Navigation Sidebar of the EmpowerID Web interface, navigate to the Person management page by expanding expand Identities and clicking 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.

    Image Added

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

    Image Added

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

    Image Added

  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.

    Info

    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.

    Image Added

  7. Click Save.
Anchorverifyverify

To verify the edited attribute in Active Directory

Anchorconceptsconcepts

Concepts:

Anchoradministrative-proceduresadministrative-proceduresAdministrative Procedures:
  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.

Related Topics


  1. Code Block
    languagepowershell
    themeEmacs
    GET-ADUser -filter {Title -eq 'Employee Advocate'}

    You should see the account you edited returned.

    Image Added



Info
iconfalse
titleRelated Content


Section


Column


Column

...

...