# QueueUserWeight

API Name: `GradientWorks__QueueUserWeight`

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

## 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                                                                                                  |
