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

Person Info

The person_info claim provides personal information about the user acting on behalf of the entity.

This claim is only returned in the Userinfo Endpoint response when

  1. The digital service is a Myinfo Business application.

person_info Attributes

Attributes in person_info are scope-driven.

Each attribute maps directly to a requested Person 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

Refer to common attribute patterns for some of the common attribute patterns.

Sample Payload

person_info.name attribute for the scope user.name
{
  "person_info": {
    "name": {
       "classification": "C",
       "lastupdated": "2019-03-26",
       "source": "1",
       "value": "TAN XIAO HUI"
    }
  }
}

Last updated