LogoLogo
ProductsUse casesDocsSupport
  • Introducing DriveKit
  • DriveKit Guides
  • Get started with drivekit
    • Trip recording lifecycle
    • iOS
      • ๐Ÿš€Quick start
      • Advanced configurations
      • References
      • iOS DriveKit Demo App
    • Android
      • ๐Ÿš€Quick start
      • Advanced configurations
      • References
      • Android DriveKit Demo App
      • Android 15 Migration guide
      • Android 14 Migration guide
      • Troubleshooting
  • Trip analysis
    • Introduction
    • iOS
      • Permissions
      • Trip management
      • TripListener
      • Crash Detection
      • Beacon usage
      • Bluetooth usage
      • Custom metadata
      • References (iOS)
    • Android
      • Runtime permissions
      • Trip management
      • TripListener
      • Crash Detection
      • Beacon usage
      • Bluetooth usage
      • Custom metadata
      • References (Android)
    • User interface
      • iOS
        • Get started
        • Working hours
        • Driver alert in case of crash
        • Trip recording widget
        • Location sharing
      • Android
        • Get started
        • Working hours
        • Driver alert in case of crash
        • Trip recording widget
        • Location sharing
    • REST services
      • Trip
      • References
    • Trip Simulator
      • iOS
      • Android
  • PERMISSIONS UTILS
    • Introduction
    • User interface
      • iOS
        • Get started
        • Main configurations
      • Android
        • Get started
        • Main configurations
  • COMMON UI
    • Introduction
    • iOS
      • Get started
    • Android
      • Get started
    • References
  • DRIVER DATA
    • Introduction
    • iOS
      • Get started
      • References (iOS)
    • Android
      • Get started
      • References (Android)
    • User interface
      • iOS
        • Get started
        • Advanced configurations
        • Trips widgets
        • My Synthesis
        • My Driver Profile
      • Android
        • Get Started
        • Advanced configurations
        • Trips widgets
        • My Synthesis
        • My Driver Profile
  • Driver Data Timeline UI
    • Introduction
    • iOS
      • Get started
    • Android
      • Get started
  • Vehicle
    • Introduction
    • iOS
      • Get started
      • Vehicle management
      • Beacon management
      • Bluetooth device management
      • Odometer
      • References (iOS)
    • Android
      • Get started
      • Vehicle management
      • Beacon management
      • Bluetooth device management
      • Odometer
      • References (Android)
    • User interface
      • iOS
        • Get started
        • Main configurations
        • Advanced configurations
      • Android
        • Get started
        • Main configurations
        • Advanced configurations
  • DRIVER ACHIEVEMENT
    • Introduction
    • iOS
      • Get started
    • Android
      • Get Started
    • User interface
      • iOS
      • Android
  • CHALLENGE
    • Introduction
    • Important challenge rules
    • iOS
      • Get started
      • References (iOS)
    • Android
      • Get started
      • References (Android)
    • User interface
      • iOS
        • Get started
      • Android
        • Get started
  • GROUP
    • Introduction
    • iOS
      • Get started
    • Android
      • Get started
  • React Native
    • Get started
    • Integration
  • Flutter
    • Get started
    • Integration
  • Push services
    • Introduction
    • Push Trip Data
    • Push Deleted trip
    • Push Crash Data
    • Push Diagnosis Data
  • ADMIN SERVICES
    • Beacon
      • Add
      • Replace
      • Delete
      • Configuration
    • Challenges
      • List of challenges
      • Challenge details
      • Registered users
      • Challenge ranking
      • Users' progress
      • Definitions
    • Customer
      • Activity timeline
    • Driver
      • Timeline
      • Synthesis
      • Identity
      • Status
      • Add or update a metadata
      • Vehicles
      • Profile
      • Application diagnoses
    • Drivers
      • Account
      • Statistics
      • Ranking
      • Expired accounts
    • Group
      • Timeline
      • Synthesis
    • Trips
      • Add or update a metadata
      • Delete a metadata
    • Vehicle
      • Create
      • Characteristics
      • Configuration
      • Statistics
      • Update mileage
      • Tire and brake wear update
      • References
  • Crashes
    • Annotate a crash
    • Revoke crash location URL
  • ENTERPRISE SERVICES
    • Introduction
    • Teams
      • Create a team
      • List of teams
      • Enable or disable a team
    • Hyper-admins
      • Create a hyper-admin
      • List of hyper-admins
      • Delete a hyper-admin
    • Monitoring
      • Get a push trip data report
      • Get a push crash data report
      • Request to retry failed trips
      • Request to retry failed crashes
      • Get the status of a task
  • Release notes
    • Changelog
      • iOS
      • Android
      • UI iOS
      • UI Android
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. ENTERPRISE SERVICES
  2. Hyper-admins

Create a hyper-admin

PreviousHyper-adminsNextList of hyper-admins

Last updated 5 months ago

Was this helpful?

This service can be used to create a new hyper-admin.

A hyper-admin can connect to the web administration interface of any team belonging to his enterprise.

Each hyper-admin must have a unique name. The service will refuse your request and return an error message if you attempt to create a team whose name is already used.

The hyper-admin password will need to be updated on the first login, then every 90 days. Each password must meet the following requirements:

  • >= 12 characters

  • at least one lowercase letter

  • at least one uppercase letter

  • at least one digit

  • at least one special character: !@#$%^?=+_-

If you have your enterprise API key, you can try the API via this .

Request body

Name
Type
Description

userId

string

Hyper-admin unique identifier

firstname

string

Hyper-admin unique first name

lastname

string

Hyper-admin unique last name

password

string

Password used for the first login

Response

The table below summarizes the response parameters.

Name
Type
Description

userId

string

Hyper-admin unique identifier

firstname

string

Hyper-admin unique first name

lastname

string

Hyper-admin unique last name

creationDate

string

Date at which the account was created Date format: YYYY-MM-ddโ€™Tโ€™HH:mm:ss.SSSZ

link
  • POSTCreate a new hyper-admin
  • Request body
  • Response

Create a new hyper-admin

post
Header parameters
x-dq-enterprise-api-keystringRequired

Enterprise API key

Body
userIdstringRequired

Unique identifier of the hyper-admin

Example: jane.doe@drivequant.comPattern: ^[A-Za-z0-9 -_]+
firstnamestringRequired

First name of the hyper-admin

Example: JanePattern: ^[A-Za-z0-9 -_]+
lastnamestringRequired

Lastname of the hyper-admin

Example: DoePattern: ^[A-Za-z0-9 -_]+
passwordstring ยท min: 12Required

Initial password, used for the first login. Must be at least 12 characters long and contain one uppercase letter, one lowercase letter, one number, and one of the following character !@#$%^?=+_-

Example: PnsPYthv4N?zI%CKPattern: ^(?=.*[\\d])(?=.*[a-z])(?=.*[A-Z])(?=.*[!@#$%^?=+_-]).{12,}$
Responses
200
OK
application/json
401
Unauthorized
409
Conflict
application/json
429
Too Many Requests
application/json
post
POST /v1/enterprise/hyperadmin HTTP/1.1
Host: service.drivequant.com
x-dq-enterprise-api-key: text
Content-Type: application/json
Accept: */*
Content-Length: 102

{
  "userId": "jane.doe@drivequant.com",
  "firstname": "Jane",
  "lastname": "Doe",
  "password": "PnsPYthv4N?zI%CK"
}
{
  "userId": "374ad85a-404a-4273-8aea-c201bbb2f0e1",
  "firstname": "POSZ6143942",
  "lastname": "XJKJ5456191"
}