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 length:
255
Example:
"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