hosting
GET /v1/sites/{siteId}/wordpress/users
List the accounts on a site's WordPress.
Упълномощаване
Изпратете API ключ като токен за носене. Ключът трябва да притежава разрешението sites.panel_access; ключ без него се отхвърля с 403, а не с 404.
Този ендпойнт не изисква идентификатор на организация. Вашият ключ вече идентифицира организацията, към която принадлежи, и отговорът е ограничен до нея.
Опитайте
Заменете всичко в квадратни скоби със собствени стойности, а ключовия заместващ символ – с ключ от вашето табло за управление.
curl -X GET https://api.zinndigital.com/v1/sites/{siteId}/wordpress/users \
-H "Authorization: Bearer zdk_live_…"Влязохте ли в профила си? API конзолата във вашето табло за управление попълва действителното идентификационно число на вашата организация и вашия собствен ключ и изпълнява заявката спрямо реалното API, за да можете да видите действителния отговор. Отворете този крайpoint в API конзолата
Детайли
Every WordPress account on the install, with its roles and whether it is an administrator. ⛔ This read requires sites.panel_access, unlike every other read on this surface: it carries the email address of every account on the customer's site — personal data about the customer's own users — which a read-only member of the organisation has no reason to hold. The rows come from two vendor endpoints behind two different capability flags (wp_users and wp_admin_users), and what the package permits decides which halves are merged. is_administrator is set from the endpoint a row came from, not guessed from a role string. 404 for a site with no vendor hosting package.
Параметри
| Име | Тип | Задължително | Какво представлява |
|---|---|---|---|
siteId (path) | Uuid | Да | Site ID (UUIDv7). |
Отговор
| Име | Тип | Задължително | Какво представлява |
|---|---|---|---|
data | SiteWordPressUser[] | Да | The accounts, merged from the two vendor endpoints the package permits. A package carrying only one of the two flags yields only that half, rather than a refusal for the whole… |
Грешки, които този крайpoint може да върне
401 · 403 · 404 · 429 · 503