WP Engine · Example Payload

Getaccountuser

Account User

Getaccountuser 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": "getAccountUser",
  "summary": "Get an account user by ID",
  "method": "GET",
  "path": "/accounts/{account_id}/account_users/{user_id}",
  "tags": [
    "Account User"
  ],
  "parameters": {
    "account_id": "<account_id>",
    "user_id": "<user_id>"
  }
}