mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
docs: add "sendEmail" field to user-admin.md (#1329)
This commit is contained in:
parent
cc74f1fe8c
commit
609422071f
@ -123,13 +123,16 @@ Creates a new use with the given root role.
|
||||
{
|
||||
"email": "some-email@getunleash.io",
|
||||
"name": "Some Name",
|
||||
"rootRole": 2
|
||||
"rootRole": 2,
|
||||
"sendEmail": true
|
||||
}
|
||||
```
|
||||
|
||||
**Notes**
|
||||
|
||||
- `rootRole` can either be the role id or the unique name of the role (e.g: `Editor`).
|
||||
- `email` - Required field.
|
||||
- `rootRole` - can either be the role id or the unique name of the role (e.g: `Editor`).
|
||||
- `sendEmail` - set to `true` if you want Unleash to send Welcome email to the new user. Do require the Unleash instance to be configured with email settings.
|
||||
|
||||
#### Return values: {#return-values}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user