Skip to content

Commit ad600f6

Browse files
authored
Search users by user ids (#456)
fixes descope/etc#9767
1 parent e15bbc5 commit ad600f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/management/user.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ type SearchRequest = {
4343
testUsersOnly?: boolean;
4444
ssoAppIds?: string[];
4545
loginIds?: string[];
46+
userIds?: string[];
4647
fromCreatedTime?: number; // Search users created after this time (epoch in milliseconds)
4748
toCreatedTime?: number; // Search users created before this time (epoch in milliseconds)
4849
fromModifiedTime?: number; // Search users modified after this time (epoch in milliseconds)

0 commit comments

Comments
 (0)