Interface SSOUserCreateRequest
- All Known Implementing Classes:
ImmutableSSOUserCreateRequest
public interface SSOUserCreateRequest
SSO User Creation Request.
- Author:
- Nick Kasprzak
-
Method Details
-
email
String email()Email of the SSO user you want to make. This will be used to sign in.- Returns:
Stringemail of user
-
domain
String domain()Domain of the user.- Returns:
Stringdomain
-
fullname
String fullname()Full name of the SSO user to create.- Returns:
Stringfull name
-
roleUuid
Get the role the user should belong to. -
sendInvitation
boolean sendInvitation()Whether to send an email invitation when creating a user.- Returns:
- whether to send an email invention
-