Remove a role from a user previously given to him.
More...
|
static UserRole | getRequiredPermissionLevel () |
|
static AbstractRequest | deserialize (String json) throws APIException |
|
static UserRole | requiredPermissionLevel = UserRole.ADMINISTRATOR |
|
Remove a role from a user previously given to him.
- Author
- Felix Wiemuth
unicopa.copa.base.com.request.RemoveRoleFromUserRequest.RemoveRoleFromUserRequest |
( |
int |
eventID, |
|
|
String |
userEmail, |
|
|
UserRole |
role |
|
) |
| |
Create the request.
- Parameters
-
eventID | the ID of the event where a user should lose a role |
userEmail | the email of the user who should lose the role |
role | the role to remove from the user |
The documentation for this class was generated from the following file:
- CopaServer/parent/src/main/java/unicopa/copa/base/com/request/RemoveRoleFromUserRequest.java