# Create a hyper-admin

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: `!@#$%^?=+_-`

{% 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/0b3629dd000d2-create-a-new-hyper-admin)**.**
{% endhint %}

{% openapi src="/files/QrSUgdcQKHBox7TTfgGW" path="/hyperadmin" method="post" %}
[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 %}

### Request body

<table><thead><tr><th width="152">Name</th><th width="199">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>password</code></td><td><code>string</code></td><td>Password used for the first login</td></tr></tbody></table>

### Response

The table below summarizes the response parameters.

<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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.drivequant.com/enterprise/hyper-admins/create-a-hyper-admin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
