> For the complete documentation index, see [llms.txt](https://docs.secure-contacts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secure-contacts.com/how-to/how-to-create-and-edit-personal-outlook-contacts-in-sca.md).

# How to - Create and Edit personal outlook contacts in SCA

With Secure Contacts App, users can create, edit, and delete their personal Outlook contacts directly in the app.

To enable this feature, an administrator must grant consent for the newly added permission **`Contacts.ReadWrite`** to the [SCA Enterprise App](/documentation/authentication/enterprise-application.md). ⚠️

{% hint style="success" %}
If the [**SCA Enterprise App**](/documentation/authentication/enterprise-application.md) is being registered for the first time, no further action is required - all current permissions, including Contacts.ReadWrite, will be included automatically.
{% endhint %}

{% hint style="warning" %}
**Note:** This action is only required if the [**SCA Enterprise App**](/documentation/authentication/enterprise-application.md) has already been registered before September 2025 and used in your Azure tenant.<br>
{% endhint %}

1\) Go to <https://entra.microsoft.com> and sign in with a **Global Administrator** or **Privileged Role Administrator** account. \
2\) In the left menu, select **Enterprise Applications**, then find and select **Secure Contacts App**. \
3\) Open **Permissions**, click **Refresh**, and then click on **Grant admin consent for …**. \
4\) Wait a few seconds, then verify that the permission with the claim values **`Contacts.ReadWrite`** appears in the list and is marked as granted. \
5\) Done.


---

# 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.secure-contacts.com/how-to/how-to-create-and-edit-personal-outlook-contacts-in-sca.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.
