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?
optionaldisplay_name?:string
Defined in: auth-client/src/core/flows/org.flow.ts:40
email?
optionalemail?:string
Defined in: auth-client/src/core/flows/org.flow.ts:37
first_name?
optionalfirst_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?
optionalinvited_by?:string
Defined in: auth-client/src/core/flows/org.flow.ts:43
joined_at?
optionaljoined_at?:number
Defined in: auth-client/src/core/flows/org.flow.ts:42
last_name?
optionallast_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?
optionalroles?:object[]
Defined in: auth-client/src/core/flows/org.flow.ts:44
code
code:
string
id
id:
string
name
name:
string
status?
optionalstatus?: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