public interface SSOUserCreateRequest
Modifier and Type | Method and Description |
---|---|
String |
domain()
Domain of the user.
|
String |
email()
Email of the SSO user you want to make.
|
String |
fullname()
Full name of the SSO user to create.
|
Optional<String> |
roleUuid()
Get the role the user should belong to.
|
boolean |
sendInvitation()
Whether to send an email invitation when creating a user.
|
String email()
String
email of userboolean sendInvitation()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.