export type PersonLinkUserRequest = { /** * Id of the platform user to bind to this person. The user must already be a member of your Platform — invite them first if they are not. */ user_id: number; };