v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01169142751.2 KB
Role-based Access Control (RBAC)

Create access control user

Creates a new access control user with the assigned database access role.

post/v1/acl/users

Request body

namestring required

Access control user name.

rolestring required

Name of the database access role to assign to this user. Use GET '/acl/roles' to get a list of database access roles.

passwordstring required

The database password for this user.

commandTypestring

Example request

{
  "name": "ACL-user-example",
  "role": "ACL-role-example",
  "password": "ab123AB$%^"
}

Response

Accepted

taskIdstring uuid
commandTypestring
status'initialized' | 'received' | 'processing-in-progress' | 'processing-completed' | 'processing-error'
descriptionstring
timestampstring date-time
linksobject[]