User: {
    email: string;
    firstName: string;
    id: number;
    lastName: string;
}

Type declaration

  • email: string

    The primary email of the user

  • firstName: string
  • id: number

    User ID; This is also the ID of the person in the current Affinity instance. E.g. you can use it to get the person via https://<subdomain>.affinity.co/persons/<id>

  • lastName: string