Skip to content
AutoCore1.0.0-rc.1 · Release Candidate
1.0.0-rc.1 · Release Candidate1 min read

AutoCore User Administration

Source-verified user search, profiles, status changes, session controls, and privacy limits.

The user list is paginated at 20 rows and exposes identity fields, status, roles, and creation time. Detail responses include activity timing, listing/saved-search/report counts, dealer memberships, and sessions.

AreaSource-verified boundary
List/viewmarketplace.users.view plus controller-level user.manage.
Status changemarketplace.users.manage; status and optional reason are validated by the service.
Role assignment/revocationmarketplace.users.roles.manage; role changes are audited and super_admin handling is restricted.
Session revocationmarketplace.users.sessions.revoke; one-session and all-session actions are explicit.

High-risk operation

Use the required permission, reason, confirmation, and post-action verification. UI visibility is not the authorization boundary.

Verification

Verify the route, permission, response state, audit outcome, and public effect before closing the task. Record unknown or configuration-dependent behavior as a limitation.

Related articles