mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Add options for add a new user
Changements based on 090aa51234/apps/provisioning_api/lib/Controller/UsersController.php (L214)
Signed-off-by: MercierCorentin <corentin.mercier.pro@gmail.com>
This commit is contained in:
parent
7564fe8740
commit
ddd085b3b0
@ -12,7 +12,13 @@ basic HTTP authentication header.
|
||||
|
||||
* HTTP method: POST
|
||||
* POST argument: userid - string, the required username for the new user
|
||||
* POST argument: password - string, the required password for the new user
|
||||
* POST argument: password - string, the password for the new user, leave empty to send welcome mail
|
||||
* POST argument: displayName - string, the display name for the new user
|
||||
* POST argument: email - string, the email for the nex user, required if password empty
|
||||
* POST argulent: groups - array, the groups for the new user
|
||||
* POST argument: subadmin - array, the groups in wich the new user is subadmin
|
||||
* POST argument: quota - string, quota for the new user
|
||||
* POST argument: language - string, language for the new user
|
||||
|
||||
Status codes:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user