Skip to content

Commit 3f27692

Browse files
authored
Merge pull request #82 from adobe-apiplatform/UMAPI-909
Add warning about deleting users
2 parents f9a9a56 + 848f3ee commit 3f27692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/api/ActionsCmds.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,11 +402,11 @@ Note that the response always reports a successful result for this action, even
402402
}
403403
```
404404

405-
* __deleteAccount:__ _boolean_; If true then if the account is owned by the organization, the account is also deleted. Note that [Adobe IDs](glossary.md#adobeId) are never deleted because they are owned by the user, not the organization. The default value is false.
405+
* __deleteAccount:__ _boolean_; If true then if the account is owned by the organization, the account and any of their assets are also deleted. Note that [Adobe IDs](glossary.md#adobeId) are never deleted because they are owned by the user, not the organization. The default value is false.
406406

407407
Corresponding Admin Console actions:
408408
* `"deleteAccount": false` = removing the user from the __Users__ menu
409-
* `"deleteAccount": true` = removing the user from the __Directory users__ menu; implies loss of account metadata and associated cloud assets
409+
* `"deleteAccount": true` = removing the user from the __Users__ menu AND the __Directory users__ menu. Removing users from a directory will permanently delete them and their assets. Use this feature with caution as the user and the assets cannot be recovered afterwards. Full information on removing users from a directory can be found [here](https://helpx.adobe.com/enterprise/using/manage-directory-users.html).
410410

411411
Sample JSON body for email based login:
412412

0 commit comments

Comments
 (0)