> For the complete documentation index, see [llms.txt](https://docs.developer.singpass.gov.sg/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developer.singpass.gov.sg/docs/singpass-developer-docs/corppass-and-myinfo-business/corppass-developer-portal-cdp/user-guide/portal-features/user-roles-and-permissions.md).

# User Roles and Permissions

## Role Definition in CDP

All authorised users to CDP will have '**View**' access to all the digital services under their entity.

1. **Admin User\***:
   * Full permissions to read and modify all **staging** and **production** digital services within the entity.
   * This role is suitable for users responsible for end-to-end management of digital services.
2. **Staging Admin User**:
   * Allowed to **view** both **staging** and **production** digital services.
   * Can only **modify staging** digital services under the entity.
   * Ideal for users handling testing or pre-production environments.
3. **Read Only User**:
   * Restricted to **view-only** access for digital services registered under the entity.
   * Cannot modify any digital services settings.
   * Suitable for users who need visibility but do not require editing permissions.

*\*This is the CDP Admin role, not to be confused with "Corppass Admin".*

The table below gives an overview of the differences in access rights for roles on CDP.

<table><thead><tr><th width="116">Roles</th><th width="333">Description</th><th width="145">Modify STG</th><th>Modify PRD</th></tr></thead><tbody><tr><td>Admin User</td><td>This user role will be able to view and modify the digital services within their agency.</td><td>Y</td><td>Y</td></tr><tr><td>Staging Admin User</td><td>This user role will be able to view the digital services in their agency across STG and PRD but can modify them only in STG.</td><td>Y</td><td>N</td></tr><tr><td>Read Only User</td><td>This user role can only view the digital services in both STG and PRD for their agency.</td><td>N</td><td>N</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, and the optional `goal` query parameter:

```
GET https://docs.developer.singpass.gov.sg/docs/singpass-developer-docs/corppass-and-myinfo-business/corppass-developer-portal-cdp/user-guide/portal-features/user-roles-and-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
