public interface UserCreateRequest
Modifier and Type | Method and Description |
---|---|
String |
domain()
Get the domain that the user should be created in.
|
String |
email()
Get the email.
|
String |
fullname()
Get the user's full name.
|
Optional<String> |
password()
Password of the newly created user.
|
Optional<String> |
roleUuid()
Get the role the user should belong to.
|
Optional<Boolean> |
sendInvitation()
Whether to send an email invitation when creating a user.
|
String |
username()
Get the username.
|
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.