digital-identity-platform-docs
digital-identity-platform-docs / supabase/functions/accept-invitation / AcceptInvitationResponse
Interface: AcceptInvitationResponse
Defined in: supabase/functions/accept-invitation/index.ts:56
Successful response when invitation is accepted
Properties
success
success:
true
Defined in: supabase/functions/accept-invitation/index.ts:58
Indicates successful acceptance
client_id
client_id:
string
Defined in: supabase/functions/accept-invitation/index.ts:60
The client/organization ID the user joined
client_name
client_name:
string
Defined in: supabase/functions/accept-invitation/index.ts:62
The client/organization name
role
role:
string
Defined in: supabase/functions/accept-invitation/index.ts:64
The role assigned to the user ('owner' | 'admin' | 'member')