Make WordPress Core

Changes between Version 13 and Version 15 of Ticket #64657


Ignore:
Timestamp:
07/02/2026 07:01:51 AM (6 weeks ago)
Author:
gziolo
Comment:

Core currently has core/get-user-info for the current authenticated user only (and not exposed in REST).

I updated that part, as all core abilities are now exposed through the REST API. I didn't find any evidence that an exception should be kept for core/get-user-info.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64657

    • Property Keywords has-unit-tests added; abilities removed
  • Ticket #64657 – Description

    v13 v15  
    22Introduce a new Abilities API ability, `core/read-users`, to retrieve profile data for a specific user or a collection of users.
    33
    4 Core currently has `core/get-user-info` for the current authenticated user only (and not exposed in REST). Agent/workflows use cases need to be able to look up any user when permissions allow it.
     4Core currently has `core/get-user-info` for the current authenticated user only. Agent/workflows use cases need to be able to look up any user when permissions allow it.
    55
    66