# Minimum Access User Additional Permissions

This article refers to the least permissive profile recently introduced from Salesforce.

Beyond the SDocs Users permission set, some additional permissions will need to be ensured so the Minimum Access profile can perform simple functions through S-Docs.

## ![(blue star)](/files/b1941cc7e443f549bd276ff94294b270a7bbd36e)

SDocs Emailing User

This will cover Emailing from LWC and SDLegacy (button code)

{% stepper %}
{% step %}

### System Permissions

* **Access Activities**
* **Edit Task**
  {% endstep %}

{% step %}

### Object Permission

* Contact
  * **R/W/C/D**
* Task
  * **Read and Edit permissions fields**
    {% endstep %}

{% step %}

### Org-Wide Email Address

* **You only need to confirm the profile is listed under Setup > Organization-Wide Addresses**
  {% endstep %}
  {% endstepper %}

## ![(blue star)](/files/b1941cc7e443f549bd276ff94294b270a7bbd36e)

SDocs Document Generation

This will cover document generation along with runtime prompts, writeback

{% stepper %}
{% step %}

### Base Object

* **Object - R/W**
* **Fields - Read (for merge fields)**
* **Fields - Edit (for writeback)**
  {% endstep %}
  {% endstepper %}

## ![(blue star)](/files/b1941cc7e443f549bd276ff94294b270a7bbd36e)

SDocs Automation

This will cover document generation through SDJobs using the connected app for Run As User

{% stepper %}
{% step %}

* Apex REST Services
  {% endstep %}

{% step %}

* To create Files (ContentVersion): Experience Cloud site membership
  {% endstep %}
  {% endstepper %}


---

# Agent Instructions: 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://help.sdocs.com/sdocs/administration/landing-page-for-admin/additional-troubleshooting/minimum-access-user-additional-permissions.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.
