Update a user (admin)
PUT/admin/users/:userId
Update a user's role, bookmark quota, storage quota, or browser crawling setting. Requires admin role. You cannot update your own user account via this endpoint.
Request
Responses
- 200
- 400
- 401
- 403
- 404
User updated successfully.
Bad request — invalid input data or attempted to update own user.
Unauthorized — the Bearer token is missing, invalid, or expired.
Forbidden — admin access required.
User not found.