AccountSetupInfo
org.sagebionetworks.repo.model.principal.AccountSetupInfo
Information needed to establish a new user account, following email validation.
| Field | Type | Description |
|---|---|---|
| firstName | STRING | The user's first name |
| lastName | STRING | The user's last name |
| username | STRING | The requested account user name. |
| password | STRING | The password to be applied to the new account. |
| emailValidationSignedToken | EmailValidationSignedToken | Signed token containing the the information necessary to create a new account or add an email address to an existing account. |