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:
!@#$%^?=+_-
If you have your enterprise API key, you can try the API via this link.
Request body
Name | Type | Description |
---|---|---|
|
| Hyper-admin unique identifier |
|
| Hyper-admin unique first name |
|
| Hyper-admin unique last name |
|
| Password used for the first login |
Response
The table below summarizes the response parameters.
Name | Type | Description |
---|---|---|
|
| Hyper-admin unique identifier |
|
| Hyper-admin unique first name |
|
| Hyper-admin unique last name |
|
| Date at which the account was created
Date format: |
Last updated