List of hyper-admins

This service can be used to get the list of hyper-admins of your enterprise.

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

Get all hyper-admins

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

Enterprise API key

Responses
200
OK
application/json
get
GET /v1/enterprise/hyperadmins HTTP/1.1
Host: service.drivequant.com
x-dq-enterprise-api-key: text
Accept: */*
[
  {
    "userId": "[email protected]",
    "firstname": "Jane",
    "lastname": "Doe",
    "creationDate": "2024-11-12T11:09:09.000+0000"
  }
]

Response

The service returns an array of elements, whose structure is defined in the table below.

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

Last updated

Was this helpful?