Create database user
Databases
Create database user
Add a new database user to the server.
Processing mode: async
POST
Create database user
Documentation Index
Fetch the complete documentation index at: https://forge.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
The name of the database user to create.
Example:
"james"
The password for the database user.
Maximum string length:
255Example:
"password"
Whether the user should have read-only access to the databases.
Example:
true
The IDs of the databases to assign the user to.
Example:
[1, 2, 3]
Response
DatabaseUserResource