v51

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

Update access control user

Updates a access control user with a different role or database password.

put/v1/acl/users/{aclUserId}

Path parameters

aclUserIdinteger required

Access control user ID.

Request body

userIdinteger
rolestring

Optional. Changes the ACL role assigned to the user. Use GET '/acl/roles' to get a list of database access roles.

passwordstring

Optional. Changes the user's database password.

commandTypestring

Example request

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

Response

OK

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