> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Object Attribute

Add one or more attributes to a given object.

<Note>
  External Documentation

  To learn more, visit the [ThreatQuotient documentation](https://docs.threatq.com/rest_api#tag/Object-Attributes/paths/~1%7Bobject_type%7D~1%7Bobject_type_id%7D~1attributes/post).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter   | Description                                          |
  | ----------- | ---------------------------------------------------- |
  | Attributes  | A JSON array of the attributes to add to the object. |
  | Object ID   | The ID of the object to add the attributes to.       |
  | Object Type | The type of object to add the attributes to.         |
</div>

## Example Output

```json theme={"dark"}
{
	"total": 1,
	"data": [
		{
			"attribute_id": 183,
			"value": "<string>",
			"indicator_id": 2819377,
			"id": 3456666,
			"created_at": "2025-04-03 11:20:46",
			"updated_at": "2025-04-03 11:20:46",
			"name": "<string>",
			"attribute": {
				"id": 55,
				"name": "<string>",
				"created_at": "2025-02-12 14:32:32",
				"updated_at": "2025-02-12 14:32:32"
			},
			"sources": [
				{
					"id": 115,
					"type": "<string>",
					"reference_id": 3,
					"name": "<string>",
					"tlp_id": 5,
					"created_at": "2025-04-03 11:20:46",
					"updated_at": "2025-04-03 11:20:46",
					"published_at": "2025-04-03 11:20:46",
					"pivot": {
						"indicator_attribute_id": 2969145,
						"source_id": 87,
						"id": 11150697,
						"creator_source_id": 8
					}
				}
			]
		}
	]
}
```

## Workflow Library Example

[Add Object Attribute with Threatquotient and Send Results Via Email](https://library.blinkops.com/workflows/add-object-attribute-with-threatquotient-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/add-object-attribute-with-threatquotient-and-send-results-via-email/canvas" />
</div>
