Skip to main content
Registration of a user. Requires special permission from Fluz to enable. Please contact support to enable this feature if needed.

Arguments

String!
required
The first name of user for registration.
String!
required
The last name of user for registration.
String!
required
The phone number name of user for registration.
String!
required
The region code of phone number for registration.
String!
required
The email of user for registration.
String!
required
The date of birth of user for registration.
VirtualCardBillingAddressInput!
required
The user’s billing address. Validated and saved as the billing address for the user’s virtual cards; its id is returned as billingAddressId.
Boolean!
required
Confirmation that the user has accepted the cardholder agreement. Must be true — registration is rejected otherwise.
Boolean
When true, creates user without a rewards-network seat. Seat is assigned later at card redemption.

Returns

RegisterUserResponse — Represents the response returned from the registerUser mutation.