|
7 | 7 | ``ticket.agent`` permissions. Some attributes / information may not be
|
8 | 8 | available in specific situations.
|
9 | 9 |
|
10 |
| - Please see our `Permission Guide`_ to get better insights. |
11 |
| - |
12 |
| -.. _Permission Guide: |
13 |
| - https://admin-docs.zammad.org/en/latest/manage/roles/index.html#reference-guide-permissions |
| 10 | + Please see our :admin-docs:`Permission Guide </manage/roles/index.html#reference-guide-permissions>` |
| 11 | + to get better insights. |
14 | 12 |
|
15 | 13 | me - current user
|
16 | 14 | =================
|
@@ -1181,21 +1179,15 @@ Create
|
1181 | 1179 | ======
|
1182 | 1180 |
|
1183 | 1181 | Required permission: ``admin.user`` **or** ``ticket.agent``
|
1184 |
| - |
| 1182 | + |
1185 | 1183 | .. note:: **🤓 This depends on permissions**
|
1186 | 1184 |
|
1187 | 1185 | Agents can't set user passwords, roles or group permission. Instead
|
1188 |
| - Zammad will apply to `default sign up role`_. |
| 1186 | + Zammad will apply to :admin-docs:`default sign up role </manage/roles/index.html#role-details>`. |
1189 | 1187 |
|
1190 | 1188 | Technically unauthenticated user creation is possible if you manage
|
1191 | 1189 | to provide the required CSRF token (out of scope of this documentation).
|
1192 |
| - If you don't want that, consider `disabling user registration`_. |
1193 |
| - |
1194 |
| -.. _default sign up role: |
1195 |
| - https://admin-docs.zammad.org/en/latest/manage/roles/index.html#role-details |
1196 |
| - |
1197 |
| -.. _disabling user registration: |
1198 |
| - https://admin-docs.zammad.org/en/latest/settings/security/base.html |
| 1190 | + If you don't want that, consider :admin-docs:`disabling user registration </settings/security/base.html>`. |
1199 | 1191 |
|
1200 | 1192 | .. tip:: **🧐 Creation payloads can be big**
|
1201 | 1193 |
|
@@ -1332,7 +1324,7 @@ Required permission: ``admin.user`` **or** ``ticket.agent``
|
1332 | 1324 | .. note:: **🤓 This depends on permissions**
|
1333 | 1325 |
|
1334 | 1326 | Agents can't set user passwords, roles or group permission. Instead
|
1335 |
| - Zammad will apply to `default sign up role`_. |
| 1327 | + Zammad will apply to :admin-docs:`default sign up role </manage/roles/index.html#role-details>`. |
1336 | 1328 |
|
1337 | 1329 | ``PUT``-Request sent: ``/api/v1/users/{id}``
|
1338 | 1330 |
|
@@ -1464,10 +1456,8 @@ Required permission: ``admin.user``
|
1464 | 1456 | via API - this will be indicated by
|
1465 | 1457 | ``"error": "Can't delete, object has references."``. This is *not* a bug.
|
1466 | 1458 |
|
1467 |
| - Consider using `Data Privacy`_ via UI for more control instead. |
1468 |
| - |
1469 |
| -.. _Data Privacy: |
1470 |
| - https://admin-docs.zammad.org/en/latest/system/data-privacy.html |
| 1459 | + Consider using :admin-docs:`Data Privacy </system/data-privacy.html>` via UI |
| 1460 | + for more control instead. |
1471 | 1461 |
|
1472 | 1462 | ``DELETE``-Request sent: ``/api/v1/users/{id}``
|
1473 | 1463 |
|
|
0 commit comments