Type alias HighSystemsRequestPutApplicationUser

HighSystemsRequestPutApplicationUser: HighSystemsRequest & {
    appid: any;
    applicationUserId: any;
    relatedRole: string;
}

Type declaration

  • appid: any

    Application ID

  • applicationUserId: any

    Application User ID

  • relatedRole: string

Generated using TypeDoc