List MySQL users

Retrieve a list of all MySQL users on your hosting account, including usernames, databases they have access to, and their permissions.

Path Parameters

accountId integer · min: 1 required Example

Unique account identifier

Headers

Accept Example
Content-Type Example

Responses

200 Successful response
users string
count string
GET https://cloud.hostup.se/api/hosting/{accountId}/database-users
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/hosting/7081/database-users" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "users": "string",
  "count": "string"
}