agency-hosting_createAgencyPlanWebsiteDatabaseUserV1
Creates a database user for an existing database on an Agency Plan website. Each database supports only one user; fails if a user already exists.
Instructions
Creates a user for an existing database on an Agency Plan website.
Each database supports a single non-system user; creating a user for a database that already has one fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Host the user connects from (IPv4, IPv6, % wildcard, or localhost). Defaults to localhost. | |
| password | Yes | Password for the database user (requires mixed case, letters, and numbers). | |
| website_uid | Yes | Agency Plan website UID | |
| database_name | Yes | Full database name as returned by the list databases endpoint. | |
| database_user | Yes | Database username to create (alphanumeric and underscores). |