Skip to content

feat: Add fcli fod app list-users command to list users assigned to an application#1030

Merged
rsenden merged 1 commit into
dev/v3.xfrom
fix/v3.x/fod-app-users-list
Jun 8, 2026
Merged

feat: Add fcli fod app list-users command to list users assigned to an application#1030
rsenden merged 1 commit into
dev/v3.xfrom
fix/v3.x/fod-app-users-list

Conversation

@SangameshV

Copy link
Copy Markdown
Contributor

This PR introduces a new command, fcli fod app list-users (alias: lsu), to retrieve and display users assigned to a given FoD application. This merge resolves #1008.

Currently, FCLI provides commands to list and manage applications but lacks visibility into user assignments for a specific application. This enhancement improves usability by enabling users to easily view application-level user access directly from the CLI.

image

Displays user details including:

  • Id
  • First Name
  • Last Name
  • Email
  • Role
list-users-of-app-for

Usage Example
fcli fod app lsu --app <appNameOrId>

Sample Output

Id First Name Last Name Email Role
123 John Doe john.doe@test.com Developer
456 Jane Smith jane.smith@test.com Manager

Impact

  • Enhances FoD application management capabilities
  • Provides better visibility into user assignments
  • Enables easier auditing and troubleshooting of access control

Testing

  • Verified command help output (fcli fod app -h) includes list-users
  • Validated user listing for existing applications
  • Tested alias (lsu) functionality
  • Confirmed output formatting and data accuracy

Notes

  • This change is fully backwards-compatible
  • No impact on existing commands

@SangameshV SangameshV self-assigned this Jun 5, 2026
@SangameshV SangameshV requested a review from rsenden June 5, 2026 14:31
@rsenden rsenden merged commit 018721d into dev/v3.x Jun 8, 2026
55 checks passed
@rsenden rsenden deleted the fix/v3.x/fod-app-users-list branch June 8, 2026 09:08
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.

fcli - fod - does not have ability to list users assigned to a particular app

2 participants