# List of hyper-admins

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

{% hint style="info" %}
If you have your **enterprise API key**, you can try the API via this [**link**](https://drivequant.stoplight.io/docs/drivequant-public/2ad1030b4cf6a-get-all-hyper-admins)**.**
{% endhint %}

{% openapi src="<https://2525923625-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXYIG5U3AO65YYFWJRK%2Fuploads%2FTTiLeuGg8U59w9k5PwxD%2FEnterprise.yaml?alt=media&token=068f1889-59e6-4bc6-8b74-7a985dfce3cb>" path="/hyperadmins" method="get" %}
[Enterprise.yaml](https://2525923625-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXYIG5U3AO65YYFWJRK%2Fuploads%2FTTiLeuGg8U59w9k5PwxD%2FEnterprise.yaml?alt=media\&token=068f1889-59e6-4bc6-8b74-7a985dfce3cb)
{% endopenapi %}

### Response

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

<table><thead><tr><th width="186">Name</th><th width="135">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>userId</code></td><td><code>string</code></td><td>Hyper-admin unique identifier</td></tr><tr><td><code>firstname</code></td><td><code>string</code></td><td>Hyper-admin unique first name</td></tr><tr><td><code>lastname</code></td><td><code>string</code></td><td>Hyper-admin unique last name</td></tr><tr><td><code>creationDate</code></td><td><code>string</code></td><td>Date at which the account was created<br><em>Date format: <code>YYYY-MM-dd’T’HH:mm:ss.SSSZ</code></em></td></tr></tbody></table>
