Create an admin user
POST/core/api/v1/user/create-admin-user
Public endpoint — no login token required, but the request body must include a valid adminCreationCode matching the server's configured value, or it is rejected. Creates a user with the ADMIN role directly.
Request
Responses
- 200
- 201
Success. The response schema for this operation is not yet documented — see the schema-coverage report. The SDK types this as unknown.