RemoveTenantUserRolesInput: {
    email: Scalars["String"]["input"];
    roles: Scalars["String"]["input"][];
}

Object used to delete a user from the admin panel.

Type declaration

  • email: Scalars["String"]["input"]

    Primary email address for account.

  • roles: Scalars["String"]["input"][]

    List of roles to remove from the user