public class UserErasureRequest extends Object
The application's internal user data has been deleted and some data might not be accessible by the user's
name anymore.
Where possible, the user's ID should be used to find data associated with the user.
Alternatively, the original username can be used to find data associated with the user.
Note that the ApplicationUser has been deleted, so only the username and
ID properties are present and the active flag
is false.
UserAdminService.eraseUser(String)| Modifier and Type | Class and Description |
|---|---|
static class |
UserErasureRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getOriginalUsername() |
ApplicationUser |
getUpdatedUser() |
@Nonnull public ApplicationUser getUpdatedUser()
Copyright © 2019 Atlassian. All rights reserved.