Class GroupMembershipResource
java.lang.Object
org.flowable.rest.service.api.identity.BaseGroupResource
org.flowable.rest.service.api.identity.GroupMembershipResource
- Author:
- Frederik Heremans
-
Field Summary
Fields inherited from class org.flowable.rest.service.api.identity.BaseGroupResource
identityService, restApiInterceptor, restResponseFactory
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.rest.service.api.identity.BaseGroupResource
getGroupFromRequest
-
Constructor Details
-
GroupMembershipResource
public GroupMembershipResource()
-
-
Method Details
-
deleteMembership
@DeleteMapping("/identity/groups/{groupId}/members/{userId}") @ResponseStatus(NO_CONTENT) public void deleteMembership(@PathVariable("groupId") String groupId, @PathVariable("userId") String userId)
-