[Resolved] Need Help: In Locating retire & disable account Methods

Hello team am requesting for the location of the retire (Delete) & disable user account API methods implemented here https://qa-refapp.openmrs.org/openmrs/admin/users/user.form?userId=3

hi @jonathan

These methods are implemented in the OpenMRS Core module and are exposed as REST API endpoints through the OpenMRS Web Services module. Therefore, you can access these methods using REST API calls from your application or by directly calling the methods in your Java code.

i suppose its here;

@dkayiwa @ibacher @jnsereko

1 Like

thanks @thembo42 …this was indeed helpful however still missing the disable Account functionality implementation

Are you looking for these? openmrs-core/UserService.java at 2.6.0 · openmrs/openmrs-core · GitHub

1 Like

Thanks @dkayiwa yes have been looking for this …however also want to see a implentation for Disable account shown here

Are you looking for this? openmrs-module-legacyui/UserFormController.java at 1.14.0 · openmrs/openmrs-module-legacyui · GitHub

2 Likes

Wow thanks Very much @dkayiwa this is wat I needed :smiling_face_with_three_hearts:

1 Like