Skip to content

Interface: OrgMemberRecord

Interface: OrgMemberRecord

Defined in: auth-client/src/core/flows/org.flow.ts:33

A user’s membership in an organization with their roles.

Properties

display_name?

optional display_name?: string

Defined in: auth-client/src/core/flows/org.flow.ts:40


email?

optional email?: string

Defined in: auth-client/src/core/flows/org.flow.ts:37


first_name?

optional first_name?: string

Defined in: auth-client/src/core/flows/org.flow.ts:38


id

id: string

Defined in: auth-client/src/core/flows/org.flow.ts:34


invited_by?

optional invited_by?: string

Defined in: auth-client/src/core/flows/org.flow.ts:43


joined_at?

optional joined_at?: number

Defined in: auth-client/src/core/flows/org.flow.ts:42


last_name?

optional last_name?: string

Defined in: auth-client/src/core/flows/org.flow.ts:39


organization_id

organization_id: string

Defined in: auth-client/src/core/flows/org.flow.ts:36


roles?

optional roles?: object[]

Defined in: auth-client/src/core/flows/org.flow.ts:44

code

code: string

id

id: string

name

name: string


status?

optional status?: string

Defined in: auth-client/src/core/flows/org.flow.ts:41


user_id

user_id: string

Defined in: auth-client/src/core/flows/org.flow.ts:35