# Entity or Member

The **Entity** or **Member** profile object represents the metadata associated with a mio.ID account, encapsulating essential information about the individual or business entity tied to the profile.

### Primary Use

This object is the main data structure returned by the **Community Endpoint**, providing comprehensive details about registered users or businesses.

### Contextual Use

The **Member** object can also appear as a nested child within the **Activity Object**, where it provides specific details related to user interactions, such as transaction approvals, data sharing, or other events within the mio.ID ecosystem.

### Representation

The **Entity or Member** object supports both:

* **Individuals (users)**: Personal accounts tied to a single user.
* **Businesses**: Profiles associated with registered organizations.

This flexibility ensures robust data handling for diverse use cases across the mio.ID platform.

### Fields

<table data-full-width="true"><thead><tr><th width="244">Field</th><th width="167">Type</th><th width="551">Description</th></tr></thead><tbody><tr><td><code>id</code></td><td><code>string</code></td><td>The unique identifier for a mioID entity or member.</td></tr><tr><td><code>name</code></td><td><code>string</code></td><td>Name of this member.</td></tr><tr><td><code>cifcode</code></td><td><code>string</code></td><td>A secondary unique identifier, often referred to as the business's customer unique ID.</td></tr><tr><td><code>type</code></td><td><code>string</code></td><td>Specifies the type of registered member.<br>It can be either <code>INDIVIDUAL</code> or <code>BUSINESS</code><br><code>R</code>fer to <a href="../../glossary/entity-or-member#member-type">Member Type</a> for more information.</td></tr><tr><td><code>avatar</code></td><td><code>string</code></td><td>The URL of the avatar or logo associated with a business member.</td></tr><tr><td><code>score</code></td><td><code>number</code></td><td>The identity trust score of the member.</td></tr><tr><td><code>scoring_level</code></td><td><code>string</code></td><td><p>The trust score level of the member's identity.<br>It can be: </p><ul><li><code>POOR</code></li><li><code>FAIR</code> </li><li><code>GOOD</code> </li><li><code>EXCELLENT</code></li></ul><p>Refer to <a href="../../glossary/entity-or-member#scoring-level">Identity Trust Score Level</a> for more information.</p></td></tr><tr><td><code>social_media</code></td><td><code>array</code></td><td>A collection of objects containing metadata about the business member's social media profiles.</td></tr><tr><td><code>created_at</code></td><td><code>number</code></td><td>The timestamp representing when the member registered on the mioID platform (also known as the "member since" date).</td></tr><tr><td><code>unregistered</code></td><td><code>boolean</code></td><td>Indicates whether the member has deleted their profile from the mioID platform.<br><strong>Note:</strong> This property is only included in the <code>Activity</code> child object for historical purposes.</td></tr></tbody></table>
