> 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/scopes/myinfo-business-scopes/corppass-scopes.md).

# Corppass Scopes

Myinfo Business Corppass scopes provide access to information about the **transacting user’s Corppass account**.

These scopes are only available to [Myinfo Business applications](/products/myinfo-business.md).

The corresponding data is returned via the [Userinfo Endpoint](/technical-specifications/corppass-authorization-api-fapi-2.0/integration-guide/4.-userinfo-endpoint.md) under `corppass_info`. Refer to [Corppass Info](/technical-specifications/corppass-authorization-api-fapi-2.0/integration-guide/4.-userinfo-endpoint/corppass-info.md) for more details.

{% hint style="info" %}
In the Singpass Developer Portal, Corppass scopes can be found under the Person scopes tab when configuring your Myinfo Business application.
{% endhint %}

<table><thead><tr><th width="214.84375" valign="top">Name</th><th width="259.57421875" valign="top">Scope</th><th width="329.03515625" valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Corppass Registered Email</td><td valign="top"><code>corppass.email</code></td><td valign="top"><p>Corppass registered email address of the transacting user’s Corppass account.</p><p></p><p><em>Source: Corppass</em></p></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.corppass.gov.sg/technical-specifications/corppass-authorization-api-fapi-2.0/scopes/myinfo-business-scopes/corppass-scopes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
