Deprecation of the admin.places permission indicator

Announced June 24, 2026 Due September 30, 2026 Pending

This is a deprecation notice - we are changing or removing support for the features described on this page on or after September 30, 2026. Please ensure to adjust your integrations accordingly before that date.

The admin.places indicator on the permissions endpoint (GET /api/user/permissions) is now deprecated and will be removed on 2026-09-30.

The replacement is the new top-level places flag, which reflects access for every role that can use places — not just administrators. The detailed (per-action) shape is identical, so existing per-action checks map over directly.

Until removal, admin.places continues to work unchanged. Migrate by reading permissions.places instead of permissions.admin.places.