Type alias HighSystemsRequestPostApplicationUser

HighSystemsRequestPostApplicationUser: HighSystemsRequest & {
    appid: any;
    email?: string;
    relatedRole: string;
    relatedUser?: string;
    sendEmail?: boolean;
}

Type declaration

  • appid: any

    Application ID

  • Optional email?: string
  • relatedRole: string
  • Optional relatedUser?: string
  • Optional sendEmail?: boolean

Generated using TypeDoc