Skip to content

Use Case New Trial API Customer

Maxim Khailo edited this page May 4, 2017 · 2 revisions

Use Case: New Trial API Customer

Actor: Fox Operator

Scope: Onboarding

Pre Condition

Fox Operator has preliminary information about a customer to be able to create their account.

  • Customer Company Name
  • Customer Domain Name
  • Company Administrator Email Address who will get access to Admin.

Main Scenario

Steps

  1. Fox Operator fills in customer information into a tool.
  2. They validate that the information is correct with another.
  3. Fox Operator executes the tool.

Output

  1. Tool outputs the URL the customer can hit to access their admin.
  2. Tool outputs Admin credentials which allow you to log into admin.
  3. Tool outputs API credentials which allow you to hit the API.
  4. Tool communicates the credentials via a secure channel to appropriate parties.

Variation 1: Company Information Was Incorrect

  1. Executes Main Scenario until step 2.
  2. Inputs optional ID of previous organization.
  3. After step 3 in main scenario Tool updates existing organization with new info.
  4. Tool destroys old admin and creates a new one.
  5. Output is same as main scenario.