Read the per-field self-edit gates (admin)
GET /admin/system/users
GET
/admin/system/users
Authorizations
Section titled “Authorizations ”Responses
Section titled “ Responses ”Gate snapshot.
Per-field self-edit gates. Each flag
controls whether users may edit that field on their own
profile. Operators set these via PATCH /admin/system/users;
users read them via GET /account/selfedit-gates to render
disabled inputs. Missing system_config rows default to
true (fail-open).
object
display_name
required
boolean
bio
required
boolean
avatar_url
required
boolean
location
required
boolean
website_url
required
boolean
Authentication required, missing, or invalid
object
error
required
Human-readable error summary
string
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
error
required
Human-readable error summary
string
Example
the request could not be completed