Class UserQueryController
java.lang.Object
io.camunda.zeebe.gateway.rest.controller.usermanagement.UserQueryController
@CamundaRestQueryController
@RequestMapping("/v2/users")
public class UserQueryController
extends Object
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserQueryController
-
-
Method Details
-
searchUsers
@PostMapping(path="/search", produces={"application/json","application/problem+json"}, consumes="application/json") public org.springframework.http.ResponseEntity<UserSearchResponse> searchUsers(@RequestBody(required=false) UserSearchQueryRequest query)
-