Skip to content

Commit

Permalink
Merge pull request #4033 from Agnul97/feature-match_term_users_extern…
Browse files Browse the repository at this point in the history
…alname

FEATURE: Added new field for User matchTerm
  • Loading branch information
Coduz authored May 14, 2024
2 parents 7a6099a + 1c88416 commit 1e82551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ paths:
- DISPLAY_NAME
- EXTERNAL_ID
- DESCRIPTION
- EXTERNAL_USERNAME
schema:
type: string
- $ref: '../openapi.yaml#/components/parameters/sortParam'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public UserMatchPredicateImpl(T matchTerm) {
UserAttributes.PHONE_NUMBER,
UserAttributes.DISPLAY_NAME,
UserAttributes.EXTERNAL_ID,
UserAttributes.DESCRIPTION
UserAttributes.DESCRIPTION,
UserAttributes.EXTERNAL_USERNAME
);
this.matchTerm = matchTerm;
}
Expand Down

0 comments on commit 1e82551

Please sign in to comment.