WP Engine · Example Payload

Createaccountuser

Account User

Createaccountuser is an example object payload from WP Engine, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathtagsparameters

Example Payload

Raw ↑
{
  "operationId": "createAccountUser",
  "summary": "Create a new account user",
  "method": "POST",
  "path": "/accounts/{account_id}/account_users",
  "tags": [
    "Account User"
  ],
  "parameters": {
    "account_id": "<account_id>"
  }
}