/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ 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; };