Merge pull request #3744 from Infisical/project-group-users-page

feature(group-projects): Add project group details page
This commit is contained in:
Scott Wilson
2025-06-06 14:30:50 -07:00
committed by GitHub
27 changed files with 1306 additions and 151 deletions

View File

@@ -89,6 +89,7 @@ export const GROUPS = {
limit: "The number of users to return.",
username: "The username to search for.",
search: "The text string that user email or name will be filtered by.",
projectId: "The ID of the project the group belongs to.",
filterUsers:
"Whether to filter the list of returned users. 'existingMembers' will only return existing users in the group, 'nonMembers' will only return users not in the group, undefined will return all users in the organization."
},