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

Commit 95eb66b

Browse files
Support filtering by org id on users
1 parent 365423a commit 95eb66b

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
@@ -21,7 +21,8 @@ const methods = helper.getServiceMethods(
2121
handle: joi.string(),
2222
roleId: joi.string(),
2323
enrich: joi.boolean(),
24-
'externalProfile.externalId': joi.string()
24+
'externalProfile.externalId': joi.string(),
25+
'externalProfile.organizationId': joi.string()
2526
},
2627
async query => {
2728
let prefix = 'select * from DUser'

0 commit comments

Comments
 (0)