OBJECT

GuardrailsCreateAccountResponse

link GraphQL Schema definition

  • type GuardrailsCreateAccountResponse {
  • # Details of the error which occurred during account creation process.
  • errorMessage: String
  • # Status of the account creation process.
  • status: String
  • # Reference of the task executed for the account provisioning and onboarding
  • # request.
  • taskId: String
  • }