---
title: RetireVppUserRequest
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/retirevppuserrequest
---

# RetireVppUserRequest

The request to retire a user.

## Declaration

```data
object RetireVppUserRequest
```

## Properties

clientUserIdStr: The identifier supplied by the client when registering a user. Either clientUserIdStr or userId is required. If both clientUserIdStr and userId are supplied, userId takes precedence. sToken: The authentication token. For more information, see Authenticate with the web service. userId: The unique identifier assigned by the VPP when registering the user. Either clientUserIdStr or userId is required. If both clientUserIdStr and userId are supplied, userId takes precedence.

## See Also

### Request and Response

- [RetireVppUserResponse](devicemanagement/retirevppuserresponse.md)
