oxidecomputer / oxidecomputer/omicron
Expose `time_modified` in `user_list` response
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
We have time_modified in the database but it's not in the API response. This would be useful for SCIM debugging and general user management - knowing when users were last updated.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the user_list API response and trace how its user data is assembled from the database record. Confirm that the existing time_modified value is exposed in the response, then verify the resulting output for user management and SCIM debugging use cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100