OBJECT

GuardrailsAccountCreationSummary

link GraphQL Schema definition

  • type GuardrailsAccountCreationSummary {
  • completedSteps: Int
  • # Exact account creation step which has failed.
  • failedStep: String
  • # Order of the account creation step which has failed. This numbers depicts the
  • # exact failure context of the account provisioning request.
  • failedStepPrecedence: Int
  • # Overall status of the account creation and onboarding process.
  • status: GuardrailsAccountCreationStatus!
  • totalSteps: Int
  • }