How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Automattic Users API

The users API from Automattic — 27 operation(s) for users.

Automattic Users API is one of 385 APIs that Automattic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 38 operations across 27 paths, and defines 2 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 4 base URLs: https://public-api.wordpress.com/rest/v1.1, https://public-api.wordpress.com/rest/v1.2, https://public-api.wordpress.com/rest/v1.3, https://public-api.wordpress.com.

38 operations 27 paths 2 schemas 2 DELETE19 GET2 PATCH13 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://public-api.wordpress.com/rest/v1.1
Authentication
OAuth 2.0, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Automattic Users API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 21 scopes. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • oauth2 — WordPress.com OAuth 2.1 (see /.well-known/openid-configuration).
  • bearerAuth — Authorization: Bearer

Paths & Operations 38

Across 27 paths, the API surfaces 38 operations — 2 DELETE, 19 GET, 2 PATCH, 13 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

users 38
GET
/me
Get metadata about the current user.
getMe 6 params → 200400401403404
GET
/me/billing-history
Get list of current user's billing history and upcoming charges.
getMeBillingHistory 6 params → 200400401403404
GET
/me/connected-applications/
Get current user's connected applications.
getMeConnectedApplications 6 params → 200400401403404
GET
/me/connected-applications/{ID}
Get one of current user's connected applications.
getMeConnectedApplicationsById 7 params → 200400401403404
POST
/me/connected-applications/{ID}/delete
Delete one of current user's connected application access tokens.
postMeConnectedApplicationsByIdDelete 7 params → 200400401403404
GET
/me/likes/
Get a list of the current user's likes.
getMeLikes 11 params → 200400401403404
GET
/me/preferences/
Get the current user's settings.
getMePreferences 6 params → 200400401403404
POST
/me/preferences/
Update the current user's preferences.
postMePreferences 6 params body → 200400401403404
GET
/me/settings/
Get the current user's settings.
getMeSettings 6 params → 200400401403404
POST
/me/settings/
Update the current user's settings.
postMeSettings 6 params body → 200400401403404
POST
/me/settings/password/validate
Verify strength of a user's new password.
postMeSettingsPasswordValidate 6 params body → 200400401403404
GET
/me/settings/profile-links/
Get current user's profile links.
getMeSettingsProfileLinks 6 params → 200400401403404
POST
/me/settings/profile-links/new
Add a link to current user's profile.
postMeSettingsProfileLinksNew 6 params body → 200400401403404
POST
/me/settings/profile-links/{slug}/delete
Delete a link from current user's profile.
postMeSettingsProfileLinksBySlugDelete 7 params → 200400401403404
GET
/me/two-step
Get information about current user's two factor configuration.
getMeTwoStep 6 params → 200400401403404
POST
/me/two-step/sms/new
Sends a two-step code via SMS to the current user.
postMeTwoStepSmsNew 6 params → 200400401403404
POST
/sites/{site}/invites/new
Invite one or more users to your site.
postSitesBySiteInvitesNew 7 params body → 200400401403404
GET
/sites/{site}/users
List the users of a site.
getSitesBySiteUsers 18 params → 200400401403404
GET
/sites/{site}/users/login:{user_id}
Get details of a user of a site by login.
getSitesBySiteUsersLoginUserId 8 params → 200400401403404
POST
/sites/{site}/users/{user_ID}/delete
Deletes or removes a user of a site.
postSitesBySiteUsersByUserIdDelete 8 params body → 200400401403404
POST
/sites/{site}/users/{user_id}
Update details of a user of a site.
postSitesBySiteUsersByUserId 8 params body → 200400401403404
GET
/users/suggest
Get a list of possible users to suggest for @mentions.
getUsersSuggest 11 params → 200400401403404
GET
/users/{user}
Get metadata about a user.
getUsersByUser 7 params → 200400401403404
GET
/me/billing-history/{filter}
Get list of current user's billing history and upcoming charges.
getMeBillingHistoryByFilter 9 params → 200400401403404
GET
/wp/v2/sites/{wpcom_site}/users
GET /wp/v2/sites/{wpcomsite}/users
getWpV2SitesbyWpcomSiteUsers 16 params → 200401404
POST
/wp/v2/sites/{wpcom_site}/users
POST /wp/v2/sites/{wpcomsite}/users
postWpV2SitesbyWpcomSiteUsers 1 param body → 200401404
GET
/wp/v2/sites/{wpcom_site}/users/me
GET /wp/v2/sites/{wpcomsite}/users/me
getWpV2SitesbyWpcomSiteUsersMe 2 params → 200401404
POST
/wp/v2/sites/{wpcom_site}/users/me
POST /wp/v2/sites/{wpcomsite}/users/me
postWpV2SitesbyWpcomSiteUsersMe 1 param body → 200401404
PUT
/wp/v2/sites/{wpcom_site}/users/me
PUT /wp/v2/sites/{wpcomsite}/users/me
putWpV2SitesbyWpcomSiteUsersMe 1 param body → 200401404
PATCH
/wp/v2/sites/{wpcom_site}/users/me
PATCH /wp/v2/sites/{wpcomsite}/users/me
patchWpV2SitesbyWpcomSiteUsersMe 1 param body → 200401404
DELETE
/wp/v2/sites/{wpcom_site}/users/me
DELETE /wp/v2/sites/{wpcomsite}/users/me
deleteWpV2SitesbyWpcomSiteUsersMe 3 params → 200401404
GET
/wp/v2/sites/{wpcom_site}/users/{id}
GET /wp/v2/sites/{wpcomsite}/users/{id}
getWpV2SitesbyWpcomSiteUsersbyId 3 params → 200401404
POST
/wp/v2/sites/{wpcom_site}/users/{id}
POST /wp/v2/sites/{wpcomsite}/users/{id}
postWpV2SitesbyWpcomSiteUsersbyId 2 params body → 200401404
PUT
/wp/v2/sites/{wpcom_site}/users/{id}
PUT /wp/v2/sites/{wpcomsite}/users/{id}
putWpV2SitesbyWpcomSiteUsersbyId 2 params body → 200401404
PATCH
/wp/v2/sites/{wpcom_site}/users/{id}
PATCH /wp/v2/sites/{wpcomsite}/users/{id}
patchWpV2SitesbyWpcomSiteUsersbyId 2 params body → 200401404
DELETE
/wp/v2/sites/{wpcom_site}/users/{id}
DELETE /wp/v2/sites/{wpcomsite}/users/{id}
deleteWpV2SitesbyWpcomSiteUsersbyId 4 params → 200401404
GET
/wpcom/v2/users/username/suggestions
GET /wpcom/v2/users/username/suggestions
getWpcomV2UsersUsernameSuggestions 1 param → 200401404
GET
/wpcom/v2/users/{user_id}/sites
GET /wpcom/v2/users/{userid}/sites
getWpcomV2UsersbyUserIdSites 3 params → 200401404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are WPRestError (3 properties), Error (2 properties). Each schema is shown below with its type and property counts.

Error
object
WordPress.com REST API error envelope (observed live).
2 properties
WPRestError
object
WordPress REST API error envelope (observed on public-api.wordpress.com).
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

automattic-users-api-openapi.yml Raw ↑

Other APIs Automattic publishes across the network.

WordPress.com MCP Server
WordPress VIP Platform API
Automattic A8c Lore API
Automattic A8cmentorship API
Automattic Abilities API
Automattic Activity API
Automattic Activity Log Events API
Automattic Activitypub API
Automattic Adflow API
Automattic Admin Bar API
Automattic Admin Color API
Automattic Admin Menu API
Where this information came from

This is an independent, third-party profile of Automattic Users API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.