---
title: userStatus
framework: appstoreserverapi
role: symbol
role_heading: Type
path: appstoreserverapi/userstatus
---

# userStatus

The status of a customer’s account within your app.

## Declaration

```data
int32 userStatus
```

## Possible Values

0: Account status is undeclared. Use this value to avoid providing information for this field. 1: The customer’s account is active. 2: The customer’s account is suspended. 3: The customer’s account is terminated. 4: The customer’s account has limited access.

## Discussion

Discussion This user status represents the standing of a customer account in your app.

## See Also

### Consumption data types

- [accountTenure](appstoreserverapi/accounttenure.md)
- [appAccountToken](appstoreserverapi/appaccounttoken.md)
- [consumptionStatus](appstoreserverapi/consumptionstatus.md)
- [customerConsented](appstoreserverapi/customerconsented.md)
- [deliveryStatusV1](appstoreserverapi/deliverystatusv1.md)
- [lifetimeDollarsPurchased](appstoreserverapi/lifetimedollarspurchased.md)
- [lifetimeDollarsRefunded](appstoreserverapi/lifetimedollarsrefunded.md)
- [platform](appstoreserverapi/platform.md)
- [playTime](appstoreserverapi/playtime.md)
- [refundPreferenceV1](appstoreserverapi/refundpreferencev1.md)
- [sampleContentProvided](appstoreserverapi/samplecontentprovided.md)
