Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 365423a

Browse files
Support filtering by external id on users
1 parent 92af080 commit 365423a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/modules/user/service.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ const methods = helper.getServiceMethods(
2020
{
2121
handle: joi.string(),
2222
roleId: joi.string(),
23-
enrich: joi.boolean()
23+
enrich: joi.boolean(),
24+
'externalProfile.externalId': joi.string()
2425
},
2526
async query => {
2627
let prefix = 'select * from DUser'

0 commit comments

Comments
 (0)