MaxScale Admin User Resource
Manage administrative access to MaxScale. Learn to create, update, and delete admin users and manage their credentials for the REST API and MaxCtrl.
Overview
Resource Operations
Get network user
GET /v1/users/:name
GET /v1/users/inet/:nameResponse
{
"data": {
"attributes": {
"account": "admin",
"created": "Fri, 25 Jul 2025 15:43:46 GMT",
"last_login": "Fri, 25 Jul 2025 15:44:03 GMT",
"last_update": null,
"name": "admin",
"permissions": [
"admin",
"edit",
"view",
"sql"
]
},
"id": "admin",
"links": {
"self": "http://localhost:8989/v1/users/admin/"
},
"type": "users"
},
"links": {
"self": "http://localhost:8989/v1/users/admin/"
}
}Get all network users
Response
Get all users
Response
Create a network user
Response
Delete a network user
Response
Update a network user
Response
Last updated
Was this helpful?

