Skip to content

Create User Account (Admin)

PUT
/users

Creates a new user account with specified role and credentials. Admin access required.

Authorizations

BearerAuth

Enter your session token to authenticate API requests

TypeHTTP (bearer)

Request Body

application/json
JSON
{
"username": "string",
"password": "string",
"firstName": "string",
"lastName": "string",
"role": "string"
}

Responses

Account successfully created
application/json
JSON
{
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License