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