# UserStatus

常见于`User.status`

<pre class="language-typescript"><code class="lang-typescript">// 用户仅注册
Registered,
// 用户已填写相关信息，已废弃
SelfValidated,
// 用户已被删除
SoftDeleted,
// 用户等待审核
<strong>PendingAdminReview,
</strong>// 用户审核已完成
AdminValidated,
// 用户审核被拒绝
Rejected,
</code></pre>

{% hint style="info" %}
用户未进行审核前，仅能查价10次，补充公司信息并通过审核后，才能继续查询价格
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://open.jianyiyun.com/enumerations/userstatus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
