status

@SerializedName(value = status)
val status: String? = null

Parameters

status

The status of the user's account. Can be either 'registered' or 'disabled'. NOTE! If you set a user's account as 'disabled', no API calls will be able to be made for that user - their access tokens will no longer work, including the one you may be using to make this API call.