# QueueUserWeight

API Name: `GradientWorks__QueueUserWeight`

Provides information about the weight specified for a User as a result of executing [Update Weight](/kb/automation-builder-kit-abk/actions/users/updatequeueuserweightaction.md).

## Properties

| Name   | Type   | Description                                                                                                                          |
| ------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------ |
| queue  | String | The Queue for which weights were updated. This will be either an Id or name depending on how the Queue was identified in the action. |
| userId | Id     | The Id of a User that was updated                                                                                                    |
| weight | Long   | The new weight assigned to the User                                                                                                  |


---

# 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://docs.gradient.works/kb/automation-builder-kit-abk/models/queueuserweight.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.
