createSuperAdmin
POST/super-admins
Grant super admin privileges to a user (create super admin resource).
Permissions: Only super admins can access this endpoint
Request
Responses
- 200
- 400
- 401
- 404
- 409
The request has succeeded.
The server could not understand the request due to invalid syntax.
Access is unauthorized.
The server cannot find the requested resource.
The request conflicts with the current state of the server.