Access Control
MariaDB AI RAG access control endpoints manage authentication, role assignment, document sharing, and ingest directory configuration using JWT tokens and admin-only operations.
Overview
Authentication
Login for Access Token
POST /token{
"username": "user@example.com",
"password": "secure_password"
}User Management
Register User
Get Current User
Delete User
Document Sharing
Share Document
List Document Access
Role Management
Get User Roles
Add User Role
Remove User Role
User Directory Management
Get User Ingest Directory
Set User Ingest Directory
Delete User Ingest Directory
Last updated
Was this helpful?

