List service users
Retrieve all users for a service.Project name
Service name
Request example
Response
List of service user objects
Response example
Create service user
Create a new user for a service.Project name
Service name
Request body
Username (3-63 characters, alphanumeric and underscores)
Authentication method:
caching_sha2_password (MySQL) or scram-sha-256 (PostgreSQL)Request example
Response
The newly created user object with generated password
Response example
Reset user password
Reset the password for a service user.Project name
Service name
Username to reset
Request body
Must be
reset-credentialsRequest example
Response
User object with new password
Response example
Delete service user
Delete a user from a service.Project name
Service name
Username to delete
Request example
Response
Returns 200 OK with an empty response body on success.Get service connection info
Retrieve connection information for a service including host, port, and credentials.Project name
Service name
Request example
Response
Service hostname
Service port
Default username
Default user password
Default database name (for database services)
Complete connection URI
CA certificate for TLS connections
Response example
Kafka user ACL management
For Apache Kafka services, you can manage user ACLs (Access Control Lists) to control topic access.Create Kafka ACL
Project name
Kafka service name
Request body
Username to grant access
Topic name or pattern (use
* for all topics)Permission level:
read, write, readwrite, or admin