Class UsersApiResource
java.lang.Object
org.apache.fineract.useradministration.api.UsersApiResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangePassword(Long userId, String apiRequestBodyAsJson) jakarta.ws.rs.core.ResponsegetUserTemplate(Long officeId, Long staffId, String dateFormat) postUsersTemplate(InputStream uploadedInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String locale, String dateFormat) retrieveAll(jakarta.ws.rs.core.UriInfo uriInfo) retrieveOne(Long userId, jakarta.ws.rs.core.UriInfo uriInfo) template(jakarta.ws.rs.core.UriInfo uriInfo)
-
Constructor Details
-
UsersApiResource
public UsersApiResource()
-
-
Method Details
-
retrieveAll
@GET @Consumes("application/json") @Produces("application/json") public String retrieveAll(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
retrieveOne
-
template
@GET @Path("template") @Consumes("application/json") @Produces("application/json") public String template(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
create
-
update
-
changePassword
-
delete
-
getUserTemplate
-
postUsersTemplate
@POST @Path("uploadtemplate") @Consumes("multipart/form-data") public String postUsersTemplate(InputStream uploadedInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, String locale, String dateFormat)
-