Interface DeleteUserRequestContext
-
- All Superinterfaces:
ProvisioningRequestContext
public interface DeleteUserRequestContext extends ProvisioningRequestContext
An interface that represents the request context for a delete user operation. It contains all the information needed to fulfill the request, e.g. user id.- Since:
- 7.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetUserId()Get user id.-
Methods inherited from interface com.pingidentity.sdk.provision.users.request.ProvisioningRequestContext
getEntityId
-
-
-
-
Method Detail
-
getUserId
String getUserId()
Get user id.- Returns:
- The user id for the user to be deleted.
-
-