# Entity or Member

The *Entity or Member* object within the mio.ID platform represents individuals or businesses registered within the system. This object contains metadata such as unique identifiers, avatar/logo, identity trust score, and other details crucial for recognizing and interacting with the registered participants in the platform. Both individuals and businesses can be categorized as members, and each member is assigned a unique identifier to distinguish them within the system.

## Member Type

Defines the type of user registered in mio.ID.

<table><thead><tr><th width="221">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>INDIVIDUAL</code></td><td>Represents a single user or consumer.</td></tr><tr><td><code>BUSINESS</code></td><td>Represents a company or organization..</td></tr></tbody></table>

## Identity Trust Score Level

This determines the identity trust level based entirely on the user's scoring at the moment.

<table><thead><tr><th width="195">Level</th><th>Description</th></tr></thead><tbody><tr><td><code>POOR</code></td><td>Trust score range: 300 - 499</td></tr><tr><td><code>FAIR</code></td><td>InTrust score range: 500 - 649</td></tr><tr><td><code>GOOD</code></td><td>Trust score range: 650 - 749</td></tr><tr><td><code>EXCELENT</code></td><td>Trust score range: 750 - 850</td></tr></tbody></table>

## Identity Trust Score

This is the numerical value representing the level of trust associated with the user's identity, calculated based on various factors.

<table><thead><tr><th width="190">Score</th><th>Description</th></tr></thead><tbody><tr><td>300 - 850</td><td>The trust score is calculated within a range of 300 to 850. The higher the score, the more trustworthy the user’s identity is considered.</td></tr></tbody></table>

This score helps assess the risk and reliability of the user or business within the platform, facilitating safer transactions and interactions.


---

# 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-business.mio.id/api-reference/data-dictionary/glossary/entity-or-member.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.
