Skip to content

Conversation

@cc-datum
Copy link

Summary

Adds two optional fields to iam.miloapis.com/v1alpha1 UserPreference CRD:

spec.displayName: staff-facing preferred name
spec.title: staff user’s title/role

This is a foundational change for the Staff Portal My Profile / Account Preferences work so users can personalize their identity and see it reflected across the admin experience.

Details

Part of Improve Account Preference section in Staff Portal: enable profile personalization (name/title), alongside existing preferences (theme, etc.). The Portal will read/write these new fields.

Example

apiVersion: iam.miloapis.com/v1alpha1
kind: UserPreference
metadata:
  name: user-sample
spec:
  userRef:
    name: user-sample
  theme: system
  displayName: John Doe
  title: Software Engineer

Part of datum-cloud/enhancements#364

@joggrbot
Copy link
Contributor

joggrbot bot commented Oct 29, 2025

📝 Documentation Analysis

All docs are up to date! 🎉


✅ Latest commit analyzed: a31a281 | Powered by Joggr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants