Skip to content

Commit e17e241

Browse files
authored
Add accepted_user_id to invitation (#525)
* Use correct var/secret names * Add missing `accepted_user_id` field
1 parent 1fdda5f commit e17e241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/workos/types/user_management/invitation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class InvitationCommon(WorkOSModel):
1515
expires_at: str
1616
organization_id: Optional[str] = None
1717
inviter_user_id: Optional[str] = None
18+
accepted_user_id: Optional[str] = None
1819
created_at: str
1920
updated_at: str
2021

0 commit comments

Comments
 (0)