---
title: "Retrieve a Random User Specific Insight"
method: GET
path: "/enrichment/v1/sustainability/users/insights"
tags: ["Finance Management.Sustainability.Insights"]
---

# Retrieve a Random User Specific Insight

`GET /enrichment/v1/sustainability/users/insights`

Retrieves a random user specific insight. The insights returned will be affected depending  on what the end user has answered in it's account profiling.The language of the insights depends on the language parameter. Default is English.

## Query parameters

- `language` string
- `categoryValue` string
- `categorySystem` 'TINK'

## Response `200`

Returns `200 Ok` for successful operation.

- UserInsightResponse
  - `insights` Finance20ManagementSustainabilityInsights20Response[] — An user insight. — unresolved $ref
  - `language` string — Language of the insight.
  - `userId` string — The user id of the user to fetch an insight for.

## Other responses

- `400` — Returns `400 Bad Request` if the payload does not pass validation.
- `401` — Returns `401 Unauthorized` if the user is not authorized.
- `403` — Returns `403 Forbidden` if the user is not permitted.
- `404` — Returns `404 Not Found` if the entity is not present.
- `500` — Returns `500 Internal Server Error` if there is an unexpected server error.

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
