This repository was archived by the owner on Sep 24, 2018. It is now read-only.

Description
To reproduce:
- Send an authenticated request to
wp-json/wp/posts/{ID}?_envelope&_embed
- Note the permission error in the embedded author response.
"_embedded": {
"author": [
[
{
"code": "json_user_cannot_list",
"message": "Sorry, you are not allowed to view this user.",
"data": {
"status": 403
}
}
]
],