GroupsEdit onlineCreating a groupShowing group detailsDeleting a groupThe following sample code displays the steps to delete the Verify Identity Access group testgroup from the Verify Identity Access domain Default and remove the native LDAP entry. Importing a native groupListing group membersAdd or remove group membersModifying group attributeThe following example demonstrates how to modify the groups description attribute. Users and per-user policyShowing user detailsDeleting a userIf the native LDAP entry is a member of another Verify Identity Access domain, or another application has placed child entries beneath it, the removal of the native LDAP entry fails. An exception is thrown from the API but the Verify Identity Access component is still removed.Importing a native userListing a user's group membershipsModifying user attributesEnsure that you fetch the user before you modify the user attributes. Resetting the user passwordThis action is the equivalent to pdamin command user modify testuser password changeme.Changing the user passwordTo change the user password, authenticate the old password and request to set a new password.Authenticating the user PasswordThis section provides an example showing the authentication script.Parent topic: Registry Direct Java API