Interface: InvitationRecord
Interface: InvitationRecord
Defined in: auth-client/src/core/flows/org.flow.ts:70
Pending / accepted / declined / revoked invitation.
Properties
accepted_at?
optionalaccepted_at?:number
Defined in: auth-client/src/core/flows/org.flow.ts:79
accepted_by?
optionalaccepted_by?:string
Defined in: auth-client/src/core/flows/org.flow.ts:80
code
code:
string
Defined in: auth-client/src/core/flows/org.flow.ts:74
email:
string
Defined in: auth-client/src/core/flows/org.flow.ts:73
expires_at
expires_at:
number
Defined in: auth-client/src/core/flows/org.flow.ts:77
id
id:
string
Defined in: auth-client/src/core/flows/org.flow.ts:71
invited_by
invited_by:
string
Defined in: auth-client/src/core/flows/org.flow.ts:76
invited_by_user?
optionalinvited_by_user?:object
Defined in: auth-client/src/core/flows/org.flow.ts:82
display_name?
optionaldisplay_name?:string
email:
string
id
id:
string
organization?
optionalorganization?:Organization
Defined in: auth-client/src/core/flows/org.flow.ts:81
organization_id
organization_id:
string
Defined in: auth-client/src/core/flows/org.flow.ts:72
role_ids?
optionalrole_ids?:string[]
Defined in: auth-client/src/core/flows/org.flow.ts:75
status
status:
"pending"|"accepted"|"declined"|"revoked"
Defined in: auth-client/src/core/flows/org.flow.ts:78