---
title: "Get User Analysis Attributes"
method: GET
path: "/v3/{customerId}/insight/login/{loginId}/attributes/{requestId}/GetUserAnalysisAttributes"
tags: ["Enrich"]
---

# Get User Analysis Attributes

`GET /v3/{customerId}/insight/login/{loginId}/attributes/{requestId}/GetUserAnalysisAttributes`

This endpoint will provide you with all Credit Risk use-case attributes. Please refer to our Quickstart guide for further information on the use-cases / when to use this specific endpoint.

## Path parameters

- `customerId` string, required
- `loginId` string, required
- `requestId` string, required

## Response `200`

Success

- object
  - `HttpStatusCode` integer — HTTP status code of the response.
  - `Card` object — Object containing an Id field and all the requested attributes.
    - `Id` string — Unique identifier for the card.
    - `AttributesDetail` object[] — Array of detailed attribute information including supporting transactions for each attribute.
  - `Login` object — Object containing login metadata.
    - `Username` string — The username associated with the login.
    - `IsScheduledRefresh` boolean — Whether this is a scheduled refresh.
    - `LastRefresh` string — Timestamp of the last refresh.
    - `Type` string — Type of account.
    - `Id` string — The login ID.
  - `RequestId` string — Unique identifier for the request.

## Other responses

- `202` — Operation Pending
- `401` — Unauthorized

---

[API](https://skmtc.net/flinks/apis/flinks-api.md) · [All operations](https://skmtc.net/flinks/apis/flinks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flinks/flinks-api/versions/0983646f91b4/schema)
