createHsaUser
Creates a new User for the HSA application with top-level claims. The provided email address must not be in use.
On success, returns a token that enables setting a password for the user.
createHsaUser(
input: CreateHsaUserInput!
): CreateHsaUserPayload!
Arguments
createHsaUser.input ● CreateHsaUserInput! non-null input
Type
CreateHsaUserPayload object
The result of creating a new HSA user. On success, returns a token that the client will use to initialize the user's password.