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

Field
Type
Description

id

string

The unique identifier for a mioID entity or member.

name

string

Name of this member.

cifcode

string

A secondary unique identifier, often referred to as the business's customer unique ID.

type

string

Specifies the type of registered member. It can be either INDIVIDUAL or BUSINESS Rfer to Member Type for more information.

avatar

string

The URL of the avatar or logo associated with a business member.

score

number

The identity trust score of the member.

scoring_level

string

The trust score level of the member's identity. It can be:

  • POOR

  • FAIR

  • GOOD

  • EXCELLENT

Refer to Identity Trust Score Level for more information.

social_media

array

A collection of objects containing metadata about the business member's social media profiles.

created_at

number

The timestamp representing when the member registered on the mioID platform (also known as the "member since" date).

unregistered

boolean

Indicates whether the member has deleted their profile from the mioID platform. Note: This property is only included in the Activity child object for historical purposes.

Last updated