Skip to main content

UserHealthcodeIntegrationInput

No description

input UserHealthcodeIntegrationInput {
identifier: String
userLevel: Boolean
siteId: String
webServiceId: String
password: String
}

Fields

UserHealthcodeIntegrationInput.identifier ● String scalar

Healthcode provider identifier for billing. On update, null clears the stored identifier.

UserHealthcodeIntegrationInput.userLevel ● Boolean scalar

When true, site credentials below apply to this user. On update, null clears the flag.

UserHealthcodeIntegrationInput.siteId ● String scalar

On update, null clears the stored site id.

UserHealthcodeIntegrationInput.webServiceId ● String scalar

On update, null clears the stored web service id.

UserHealthcodeIntegrationInput.password ● String scalar

Healthcode site password. On update, omit to leave the existing password unchanged.

Member Of

UserIntegrationsInput input