For the complete documentation index, see llms.txt. This page is also available as Markdown.

Entity Info

The entity_info claim provides business-related information about the entity the user is transacting on behalf of.

This claim is only returned in the Userinfo Endpoint response when

  1. The digital service is a Myinfo Business application.

entity_info Attributes

Attributes in entity_info are scope-driven.

Each attribute maps directly to a requested Entity Scope and will only be included in the response if that scope is present.

For the full set of attributes and their structures, refer to the OpenAPI specifications:

Open

Common Attribute Patterns

Depending on the type of data, attributes may follow one of the patterns below:

Pattern A: Metadata + Value

Used when the field contains a single value.

Pattern B: Metadata + Code + Description

Used for coded values with a human-readable description.

Pattern C: Metadata at Parent Level, Value in Child Fields

Used when multiple related values share the same metadata.

Pattern D: Metadata at Parent Level, Code/Desc in Child Fields

Used when child fields contain coded values.

Pattern E: Unavailable Data

Used when data is not available from the source.

Note:

  • Not all attributes follow the same structure.

  • The exact structure depends on the type of data being returned.

  • Developers should refer to the OpenAPI specification for the complete schema definition.

Sample Payload

entity_info.basic_profile.name attribute for the scope entity.basic_profile.name

Last updated