# 登录用户变量上传API

GrowingIO 支持通过离线的方式批量上传登录用户变量和维度分类变量，配合 SDK 中上传的登录用户 id，可以在不发版的情况下更新用户变量规则。

{% content-ref url="/pages/-LpR8Q1dM302ByfiyAGG" %}
[登录用户变量上传](/docs/developer-manual/api-reference/customize-api/uservar.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LpR8XFmsJAJoOB88xEs" %}
[维度分类上传](/docs/developer-manual/api-reference/customize-api/class.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LpR8WqNkof9MQbGmziI" %}
[既有登录用户ID上传](/docs/developer-manual/api-reference/customize-api/loginid.md)
{% endcontent-ref %}


---

# 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://growingio.gitbook.io/docs/developer-manual/api-reference/customize-api.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.
