CreateHsaUserStatus
Possible results for a request to create a new HSA user.
enum CreateHsaUserStatus {
CREATED
ERROR
NOT_CREATED
}
Values
CreateHsaUserStatus.CREATED
A new user account was created using the supplied email. A token will be present on the response to enable password assignment.
CreateHsaUserStatus.ERROR
An unknown error occurred.
CreateHsaUserStatus.NOT_CREATED
A new user account was not created. This happens when known and valid error conditions occur.
Member of
CreateHsaUserPayload
object