by-user resource endpoint
URL: /blogs/<id>/post-by-email-settings/@by-user/<id>.<format>
Supported Methods
| GET | Get the selected user's post-by-email address |
Query String Arguments
- start-index
- Index of the first item to return. The first item in the list has index 1.
- max-results
- Maximum number of items to return in the list response.
Resource Type
This endpoint returns an object of type PostByEmailAddress.
- emailAddress (string)
- A private email address for posting via email.
Client Library Methods for PHP
- Get the selected user's post-by-email address
$tp->blogs->getPostByEmailSettingsByUser(array( # Required Parameters "id" => $id, "userId" => $userId, # Optional Parameters "limit" => $limit, "offset" => $offset, ))