# U (7 resources)

We will have a list of permissions on these resources:

* User

<details>

<summary>USER</summary>

* [x] Create (USER.CREATE)
* [x] View (USER.READ)
* [x] Edit (USER.UPDATE)
* [x] Delete (USER.DELETE)

</details>

{% hint style="danger" %}
With User permissions, we will have the following permissions on these objects:

* User: Address
* User: Integration
* User: Profile
* User: Role (assign role; please remember it is not Role - for create, manage roles).
* User: Setting
* User: SettingNotification
  {% endhint %}

<details>

<summary>USERADDRESS</summary>

* [x] Create (USERADDRESS.CREATE)
* [x] View (USERADDRESS.READ)
* [x] Edit (USERADDRESS.UPDATE)
* [x] Delete (USERADDRESS.DELETE)

</details>

<details>

<summary>USERINTEGRATION</summary>

* [x] Create (USERINTEGRATION.CREATE)
* [x] View (USERINTEGRATION.READ)
* [x] Edit (USERINTEGRATION.UPDATE)
* [x] Delete (USERINTEGRATION.DELETE)

</details>

<details>

<summary>USERPROFILE</summary>

* [x] Create (USER.CREATE)
* [x] View (USER.READ)
* [x] Edit (USER.UPDATE)
* [x] Delete (USER.DELETE)

</details>

<details>

<summary>USERROLE</summary>

* [x] Create (USERROLE.CREATE)
* [x] View (USERROLE.READ)
* [x] Edit (USERROLE.UPDATE)
* [x] Delete (USERROLE.DELETE)

</details>

<details>

<summary>USERSETTING</summary>

* [x] Create (USERSETTING.CREATE)
* [x] View (USERSETTING.READ)
* [x] Edit (USERSETTING.UPDATE)
* [x] Delete (USERSETTING.DELETE)

</details>

<details>

<summary>USERSETTINGNOTIFICATION</summary>

* [x] Create (USERSETTINGNOTIFICATION.CREATE)
* [x] View (USERSETTINGNOTIFICATION.READ)
* [x] Edit (USERSETTINGNOTIFICATION.UPDATE)
* [x] Delete (USERSETTINGNOTIFICATION.DELETE)

</details>
