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

Commit d2e3cb8

Browse files
#74 - Support searching users by their external profile details
1 parent f907a8f commit d2e3cb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/modules/user/service.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ search.schema = {
138138
perPage: joi.pageSize(),
139139
handle: joi.string(),
140140
roleId: joi.string(),
141-
enrich: joi.boolean()
141+
enrich: joi.boolean(),
142+
'externalProfile.externalId': joi.string(),
143+
'externalProfile.organizationId': joi.string()
142144
},
143145
auth: joi.object()
144146
}

0 commit comments

Comments
 (0)