diff options
author | lain <lain@soykaf.club> | 2019-11-22 15:39:19 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-11-22 15:39:19 +0000 |
commit | bd6294602036fae92a129f0a048455fb717fba73 (patch) | |
tree | 7bca150282ac2e875fdd4434080262e9e189f3a1 /docs/API/admin_api.md | |
parent | c2ad9fd5f93b8bbbea19089eb8a2456eb207ff18 (diff) | |
parent | b64c7b35d429546695550b37ca1e690b46c86f5d (diff) | |
download | pleroma-bd6294602036fae92a129f0a048455fb717fba73.tar.gz |
Merge branch 'feature/confirm-user-acc-resend-confirmation' into 'develop'
AdminAPI: Confirm user account, resend confirmation email
See merge request pleroma/pleroma!1994
Diffstat (limited to 'docs/API/admin_api.md')
-rw-r--r-- | docs/API/admin_api.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md index f64983a90..2cac317de 100644 --- a/docs/API/admin_api.md +++ b/docs/API/admin_api.md @@ -870,3 +870,19 @@ Compile time settings (need instance reboot): - Authentication: required - Params: None - Response: JSON, "ok" and 200 status + +## `PATCH /api/pleroma/admin/users/confirm_email` + +### Confirm users' emails + +- Params: + - `nicknames` +- Response: Array of user nicknames + +## `PATCH /api/pleroma/admin/users/resend_confirmation_email` + +### Resend confirmation email + +- Params: + - `nicknames` +- Response: Array of user nicknames |