v1

latestOpenAPI 3.0.0Apache-2.02026-07-17584343.2 KB
Users (Admin)

Create a user

post/v1/admin/users

Request body

usernamestring
passwordstring password required

At least one number and one letter

organizationstring required
role'client' | 'admin' required

Example request

{
  "password": "password1",
  "organization": "Org1",
  "role": "client"
}

Response

User created successfully