Skip to content

Interface: LookupUserRecord

Interface: LookupUserRecord

Defined in: auth-shared/src/dto/user.ts:34

Wire-shape user record returned by POST /admin/users/lookup. Mirrors the auth-server’s user DTO — snake_case preserved so SDK callers can pass through to UI / external systems without remapping.

Soft-deleted users are excluded server-side.

Properties

auth_provider?

optional auth_provider?: string

Defined in: auth-shared/src/dto/user.ts:42


created_at?

optional created_at?: string

Defined in: auth-shared/src/dto/user.ts:44

RFC 3339 / ISO 8601 timestamp.


display_name?

optional display_name?: string

Defined in: auth-shared/src/dto/user.ts:39


email

email: string

Defined in: auth-shared/src/dto/user.ts:36


email_verified?

optional email_verified?: boolean

Defined in: auth-shared/src/dto/user.ts:41


first_name?

optional first_name?: string

Defined in: auth-shared/src/dto/user.ts:37


id

id: string

Defined in: auth-shared/src/dto/user.ts:35


last_name?

optional last_name?: string

Defined in: auth-shared/src/dto/user.ts:38


status?

optional status?: string

Defined in: auth-shared/src/dto/user.ts:40