Interface: LookupUsersRequest
Interface: LookupUsersRequest
Defined in: auth-client/src/core/flows/admin.flow.ts:25
Request body for bulk user lookup. Either array may be omitted; both empty returns an empty result. Duplicates across emails+ids collapse to one row in the response.
Properties
emails?
optionalemails?:string[]
Defined in: auth-client/src/core/flows/admin.flow.ts:27
Up to 200 emails total (across emails + ids).
ids?
optionalids?:string[]
Defined in: auth-client/src/core/flows/admin.flow.ts:29
Up to 200 ids total (across emails + ids).