@RestController public class ApiUsersResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected UserService |
userService |
| Constructor and Description |
|---|
ApiUsersResource() |
| Modifier and Type | Method and Description |
|---|---|
List<org.flowable.ui.common.model.UserRepresentation> |
findUsersByFilter(String filter) |
org.flowable.ui.common.model.UserRepresentation |
getUserInformation(String userId) |
@Autowired protected UserService userService
@GetMapping(value="/users/{userId}",
produces="application/json")
public org.flowable.ui.common.model.UserRepresentation getUserInformation(@PathVariable
String userId)
Copyright © 2021 Flowable. All rights reserved.