> For the complete documentation index, see [llms.txt](https://docs.corppass.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.corppass.gov.sg/technical-specifications/corppass-authorization-api-fapi-2.0/changelog/myinfo-business-support.md).

# Myinfo Business Support

Myinfo Business support is now available on [Corppass Authorization API (FAPI 2.0)](/technical-specifications/corppass-authorization-api-fapi-2.0.md). [Refer to getting started guide](/products/myinfo-business/getting-started.md)

New Myinfo Business-specific scopes and corresponding response structures are introduced to support retrieval of entity and user data.

New Myinfo Business integrations must be onboarded as Myinfo Business v3 applications, integrating with the Corppass Authorization API (FAPI 2.0). Existing services must migrate by 31 May 2027, after which legacy versions will be deprecated. [Refer to migration guide](/technical-specifications/corppass-authorization-api-fapi-2.0/migration-guides/migration-guide-myinfo-business-v1-v2-to-v3-fapi-2.0.md)

### Key Changes

#### Scopes

* New scopes are introduced to support access to Myinfo Business data:
  * Entity scopes (e.g., `entity.basic_profile.*`, `entity.address`, `entity.appointments.*`)
  * Person scopes (e.g., `user.employmentsector`, `user.passtype`)
  * Corppass scopes (e.g., `corppass.email`)
* The scopes are only available to [Myinfo Business](/products/myinfo-business.md) applications.
* Refer to [Myinfo Business Scopes](/technical-specifications/corppass-authorization-api-fapi-2.0/scopes/myinfo-business-scopes.md) for more details.

#### Userinfo Endpoint

* Additional Myinfo Business data available on the Userinfo Endpoint:
  * `entity_info` for business-related information about the entity the user is transacting on behalf of.
  * `person_info` for personal information about the user acting on behalf of the entity.
  * `corppass_info` for information about the transacting user's Corppass account.
* Refer to [Userinfo Endpoint](/technical-specifications/corppass-authorization-api-fapi-2.0/integration-guide/4.-userinfo-endpoint.md) for more details.
